PyPI project
actors
2 indexed releases ยท newest sdist 0.5.1b1 with 36 indexed members
Files in 0.5.1b1 actors-0.5.1b1.tar.gz
- actors/__init__.py
- actors/actor.py
- actors/context.py
- actors/future.py
- actors/internal/__init__.py
- actors/internal/cell.py
- actors/internal/dispatcher.py
- actors/internal/executor.py
- actors/internal/factory.py
- actors/internal/mailbox.py
- actors/internal/messages.py
- actors/ref.py
- actors/system.py
- actors/utils/__init__.py
- actors/utils/ask.py
- actors/utils/proxy.py
- docs/conf.py
- examples/greeter.py
- examples/supervision_example.py
- setup.py
- tests/__init__.py
- tests/integration/__init__.py
- tests/integration/test_system.py
- tests/mock_compat.py
- tests/test_ask.py
- tests/test_cell.py
- tests/test_dispatcher.py
- tests/test_executor.py
- tests/test_factory.py
- tests/test_future.py
- tests/test_mailbox.py
- tests/test_proxy.py
- tests/test_ref.py
- tests/test_restart.py
- tests/test_supervision.py
- tests/test_terminate.py