An extension of the concurrent.futures module to support stateful computations.
Project description
Allows a class to be created in a separate thread/process. Unlike the simple functions that can be run using the builtin concurrent.futures module, the class instance can maintain its own private state. Messages (in the form of arbitrary pickleable objects) can be send to this process allowing communication. The actor responds in the form of a Future object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file futures_actors-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: futures_actors-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1eb15305f98731781b4f5621d364dba51f8246fcc373d852fc892c5ff6b4e53 |
|
MD5 | d16e229ba5ee7fd5ee95d54ad8aced63 |
|
BLAKE2b-256 | 1ec9d23934bced25ac85a7db141d22f6ce10397d2293e6600d42709e448fa4cf |