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