Skip to content

Latest commit

 

History

History
2 lines (1 loc) · 412 Bytes

README.md

File metadata and controls

2 lines (1 loc) · 412 Bytes

Session Actor is an actor framework in Python with support for session types. An actor can implement multiple session types (roles) in a similar way as an object can implement multiple interfaces. The framework supports automatic discovery of roles and runtime checks for protocol compliance. This project is a fork of the cell project (https://github.com/celery/cell), which is an actor framework in Python.