slackbuilds/libraries/Pykka
Dimitris Zlatanidis dc01ce54a3 libraries/Pykka: Switch to i586.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-11-11 20:36:30 +00:00
..
Pykka.SlackBuild libraries/Pykka: Switch to i586. 2016-11-11 20:36:30 +00: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.