SlackBuildsOrg/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 libraries/Pykka: Added (A Python implementation of the actor model). 2014-02-11 12:15:09 -06:00
Pykka.SlackBuild libraries/Pykka: Added (A Python implementation of the actor model). 2014-02-11 12:15:09 -06:00
README libraries/Pykka: Added (A Python implementation of the actor model). 2014-02-11 12:15:09 -06:00
slack-desc libraries/Pykka: Added (A Python implementation of the actor model). 2014-02-11 12:15:09 -06:00

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.