diff options
Diffstat (limited to 'libraries/Pykka/README')
-rw-r--r-- | libraries/Pykka/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/Pykka/README b/libraries/Pykka/README new file mode 100644 index 0000000000..f27e8da789 --- /dev/null +++ b/libraries/Pykka/README @@ -0,0 +1,3 @@ +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. |