fork-futures 0.0.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

forkfutures 0.0.2

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.
Not all of the Executor or Future API has been implemented.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.