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
concurrent.futures
PyCCC engines are basically Executors, jobs are basically Futures, etc. Should get as close to the concurrent.futures abstract interfaces as possible.
Executor
Future
Also use more common terminology when possible - probably replace runs_remotely with docker_rpc or similar.
runs_remotely
docker_rpc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PyCCC engines are basically
Executor
s, jobs are basicallyFuture
s, etc. Should get as close to theconcurrent.futures
abstract interfaces as possible.Also use more common terminology when possible - probably replace
runs_remotely
withdocker_rpc
or similar.The text was updated successfully, but these errors were encountered: