Skip to content

Reference

This section contains reference documentation for Pykka's public API.

  • Actors - the Actor base class and references to running actors.
  • Proxies - an ActorProxy is a convenient abstraction on top of an Actor.
  • Futures - a Future is a handle to a result that may not be available yet.
  • Registry - the ActorRegistry lets you get references to running actors.
  • Exceptions - exceptions defined by Pykka.
  • Message objects - message objects used by Pykka.
  • Debug helpers - helpers for debugging Pykka applications.
  • Typing helpers - type annotations and helpers for Pykka.
  • Runtimes - the different runtimes Pykka supports.