パッケージ: python-pykka (1.2.1-3)
python-pykka に関するリンク
Trisquel の資源:
python-pykka ソースパッケージをダウンロード:
メンテナ:
Original Maintainers:
- Stein Magnus Jodal
- Debian Python Modules Team (メールアーカイブ)
外部の資源:
- ホームページ [www.pykka.org]
類似のパッケージ:
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 (default version)
-
- sug: python-gevent
- gevent is a coroutine-based Python networking library
- または python-eventlet
- concurrent networking library - Python 2.x