[ ソース: python-pykka ]
パッケージ: python3-pykka (1.2.1-4)
python3-pykka に関するリンク
Debian の資源:
python-pykka ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [www.pykka.org]
類似のパッケージ:
Actor model library (Python 3)
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 3 version of the package.
その他の python3-pykka 関連パッケージ
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 1.0)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- sug: python3-gevent
- gevent is a coroutine-based Python networking library
- または python3-eventlet
- concurrent networking library - Python 3.x