Pykka¶ 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. Rules of the actor model¶ An actor is an execution unit that executes concurrently with other actors. An actor does not share state with anybody else, but it can have