slackbuilds_ponce/libraries/Pykka
Dimitris Zlatanidis e2c3e1cfc3 libraries/Pykka: Added (A Python implementation of the actor model).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-02-11 12:15:09 -06:00
..
Pykka.info
Pykka.SlackBuild
README
slack-desc

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.