Jhsmit / PyHDX

Derive ΔG for single residues from HDX-MS data
http://pyhdx.readthedocs.io
MIT License
28 stars 12 forks source link

Async2 #255

Closed Jhsmit closed 2 years ago

Jhsmit commented 2 years ago

Removed loop in main controller checking for new futures Async processing is now done through submitting coroutines in async_execute and by using Dask asynchronously. A Client object is no longer passed to the MainController but instead a client connection is opened when needed with the scheduler address in the config

Other changes: