summaryrefslogtreecommitdiffstats
path: root/libraries/Pykka/README
blob: ed93ffd723825da93caff331a5601e58b46bac30 (plain)
1
2
3
4
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.