I guess it is helpful to collect examples of how executorlib is used in other projects: # Executors * https://github.com/pyiron/pylammpsmpi/pull/371 - `pylammpsmpi` is currently transitioning to use executorlib Executors * https://github.com/pyiron/pyiron_base - is using executorlib Executors * https://github.com/pyiron/pyiron_workflow/pull/678 - `pyiron_workflow` is using executorlib Executors # Prototypes using executors * https://github.com/pyiron-dev/pipefunc-executorlib * https://github.com/pyiron-dev/executorlib-emcee * https://github.com/pyiron-dev/executorlib-omp4py # Custom Spawners * https://github.com/pyiron/conda_subprocess/pull/144 - `conda_subprocess` defines it is own executorlib Spawner
I guess it is helpful to collect examples of how executorlib is used in other projects:
Executors
pylammpsmpiis currently transitioning to use executorlib Executorspyiron_workflowis using executorlib ExecutorsPrototypes using executors
Custom Spawners
conda_subprocessdefines it is own executorlib Spawner