diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-11 17:27:45 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-11 12:15:09 -0600 |
commit | e2c3e1cfc3507eadd9d36e480c6d4e0e098a3072 (patch) | |
tree | cc8f42b68dbd2c1ff394d8040e45a7a773f9fafd /libraries/Pykka/README | |
parent | c01d2c0198d5125732dfc1aed5b0fb9d7cc82f11 (diff) | |
download | slackbuilds-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/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. |