summaryrefslogtreecommitdiffstats
path: root/libraries/Pykka/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-11 11:27:45 +0100
committer Erik Hanson2014-02-11 19:15:09 +0100
commite2c3e1cfc3507eadd9d36e480c6d4e0e098a3072 (patch)
treecc8f42b68dbd2c1ff394d8040e45a7a773f9fafd /libraries/Pykka/README
parentc01d2c0198d5125732dfc1aed5b0fb9d7cc82f11 (diff)
downloadslackbuilds-e2c3e1cfc3507eadd9d36e480c6d4e0e098a3072.tar.gz
libraries/Pykka: Added (A Python implementation of the actor model).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Pykka/README')
-rw-r--r--libraries/Pykka/README3
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.