Documentation¶

Welcome to uActor documentation.

uActor: Process Actor Model¶

uActor is a process actor library for Python with a simple yet powerful API, implementing the actor model atop multiprocessing, with no dependencies other than the Python Standard Library.

Contents:

  • Readme
    • Quickstart
    • uActor design
    • Contributing
    • License
  • API reference
  • License

Examples:

  • Actor inheritance
    • Configuration inheritance
  • Actor lifetime
  • Result proxies
    • Serialized proxies
    • Synchronization proxies
    • Asynchronous proxies
  • Method callbacks

Advanced patterns:

  • Sticky processes
  • Actor pool example
    • Client parallelization
    • Actor asynchronous results
  • Networking
    • Connection
    • Forwarded proxies
    • Server mainloop with remote shutdown
    • Autodiscovery

Indices and tables¶

  • Index

  • Module Index

  • Search Page

uactor

  • uActor at GitLab
  • uActor at PyPI
  • Issue tracker

Table of Contents

Contents:

  • Readme
  • API reference
  • License

Examples:

  • Actor inheritance
  • Actor lifetime
  • Result proxies
  • Method callbacks

Advanced patterns:

  • Sticky processes
  • Actor pool example
  • Networking

Related Topics

  • Documentation overview
    • Next: uActor: Process Actor Model

This Page

  • Show Source

Quick search

©2020, Felipe A Hernandez. | Powered by Sphinx 3.1.2 & Alabaster 0.7.12 | Page source