We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a concurrent futures interface inside of ImageD11 that we can import as some kind of Pool, so that you can do this:
Pool
with ImageD11.futures.pool(kind='slurm','mpi','threadpool','multiprocessing') as Pool: Pool.map(big_scary_function, inputs)
kind specifies a backend (like matplotlib backends) Could be read from an environment variable by default
kind
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need a concurrent futures interface inside of ImageD11 that we can import as some kind of
Pool
, so that you can do this:kind
specifies a backend (like matplotlib backends)Could be read from an environment variable by default
The text was updated successfully, but these errors were encountered: