Examples
The next pages contains a few simple examples of how to use Pykka.
- Basic actor - a simple example of a message-passing actor.
- Actor with proxy - an example of an actor with a proxy.
- Cooperating actors - an example of two actors cooperating.
- Worker pool - an example using a pool of actors to split up work.
- Mopidy music server - a real-life example of using Pykka.
All of the examples can also be found in the
examples/ directory on GitHub.