[ 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
- 交互式高级面向对象语言(Python2 版本)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
- 或者 python-eventlet
- concurrent networking library - Python 2.x