asyncoro version 4.5.0 has been released In this release, discoro_schedulers.py (and RemoteCoroScheduler) has been removed and its functionality has been moved in to Computation and discoro scheduler: The functions to create remote coroutines and obtain their results are now in Computation as run* methods. The examples have been updated to use new API.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
asyncoro version 4.5.0 has been released In this release, discoro_schedulers.py (and RemoteCoroScheduler) has been removed and its functionality has been moved in to Computation and discoro scheduler: The functions to create remote coroutines and obtain their results are now in Computation as run* methods. The examples have been updated to use new API.