From e2c3e1cfc3507eadd9d36e480c6d4e0e098a3072 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 11 Feb 2014 17:27:45 +0700 Subject: libraries/Pykka: Added (A Python implementation of the actor model). Signed-off-by: Willy Sudiarto Raharjo --- libraries/Pykka/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 libraries/Pykka/README (limited to 'libraries/Pykka/README') 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. -- cgit v1.2.3