Open avirshup opened 7 years ago
PyCCC engines are basically Executors, jobs are basically Futures, etc. Should get as close to the concurrent.futures abstract interfaces as possible.
Executor
Future
concurrent.futures
Also use more common terminology when possible - probably replace runs_remotely with docker_rpc or similar.
runs_remotely
docker_rpc
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.