/thespian

Multiprocessing based Actor Model

Primary LanguagePythonThe UnlicenseUnlicense

Thespian Build Status

Thespian implements a simple Actor Model for concurrency, using multiprocessing. Actors have an inbox they'll consume messages from. Actors communicate with other actors by sending messages to their inbox. Sending messages will block if the recieving actor's inbox is full.