[ buster ]
[ 原始碼: python-pykka ]
套件:python-pykka(1.2.1-4)
Actor model library (Python 2)
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 provides an actor API with multiple implementations: threading, gevent, and Eventlet.
This is the Python 2 version of the package.
其他與 python-pykka 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 1.0)
- JavaScript support for Sphinx documentation
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
- 或者 python-eventlet
- concurrent networking library - Python 2.x