mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e2c3e1cfc3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
3 lines
227 B
Text
3 lines
227 B
Text
Pykka is a Python implementation of the actor model. The actor model introduces
|
|
some simple rules to control the sharing of state and cooperation between
|
|
execution units, which makes it easier to build concurrent applications.
|