slackbuilds/libraries/Pykka
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
Pykka.SlackBuild libraries/Pykka: Updated for version 1.2.1. 2015-07-25 11:22:13 +07:00
Pykka.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07: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

README

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.