fork-futures
Provides an alternative to concurrent.futures.ProcessPoolExecutor implemented
using fork.
This means that you can execute local functions in another process, without having to use dill (and having to dill local variables). The arguments to the function executed are not pickled, only the return values.
ForkPoolExecutor can be used as a replacement for ProcessPoolExecutor and ForkFuture as a replacement for Future.
Release files for fork-futures 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fork-futures-0.0.2.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fork_futures-0.0.2-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / fork-futures-0.0.2.tar.gz
| Download URL | fork-futures-0.0.2.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c7bfb55f02efe8e8365d511ce7b7346021765c47a5447abb7aa630016d404fa
|
|
BLAKE2b-256 checksum How to use checksums |
d82285a94817c691a06e04b11079180ed12678365220f37543f26b7634eaa598
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|
Release files / fork_futures-0.0.2-py2.py3-none-any.whl
| Download URL | fork_futures-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 3.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
48feb654cac1b3ed6f52d337866a27ec1eeee01755c1d527de8389948823029a
|
|
BLAKE2b-256 checksum How to use checksums |
1385f2660ed4d87da2b8e21fcb51b3d9b54a7b99f46f9ca83509406e97feaaa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
|