Autodesk / molecular-design-toolkit

Notebook-integrated tools for molecular simulation and visualization
http://moldesign.bionano.autodesk.com
Apache License 2.0
165 stars 37 forks source link

Better interface compatibility with `concurrent.futures` #159

Open avirshup opened 7 years ago

avirshup commented 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.

Also use more common terminology when possible - probably replace runs_remotely with docker_rpc or similar.