Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
Actors
Jump to user comments
theory A model for concurrency by Carl Hewitt. Actors
are autonomous and concurrent objects which execute
asynchronously. The Actor model provides flexible
mechanisms for building parallel and distributed software
systems.
.
["Laws for Communicating Parallel Processes", C. Hewitt et al,
IFIP 77, pp. 987-992, N-H 1977].