executorlib-core

Library to develop your own concurrent.futures.Executor classes.


Keywords
pyiron
License
Other
Install
pip install executorlib-core==0.0.1

Documentation

executorlib-core

Coverage Status Unittests Binder

The executorlib-core package is based on the concurrent.futures.Executor abstract class from the Python standard library to define Executor classes for specific application. This is achieved by coupling two Python processes using zeroMQ universal messaging library and serializing the Python objects using cloudpickle which extends the serialization support for Python objects.