You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was reading through examples and source but there doesn't seem to be a very obvious way to interact with the scheduler.
Since currently there dont seem to be any good distributed computing libraries in the rust ecosystem and ray has no plans to offer official rust support, it would be a very nice addition to be able to interact with the underlying tasks in 2 main ways:
Submit tasks to the scheduler in the form of runnable rust code (even if for now the DAG is ignored)
be able to levelrage the data distribution to allow shared data to be handled by the tasks.
maybe there is already a straightforward way to do that in which case im happy to close this and contribute to the docs.
The text was updated successfully, but these errors were encountered:
I was reading through examples and source but there doesn't seem to be a very obvious way to interact with the scheduler.
Since currently there dont seem to be any good distributed computing libraries in the rust ecosystem and
ray
has no plans to offer official rust support, it would be a very nice addition to be able to interact with the underlying tasks in 2 main ways:maybe there is already a straightforward way to do that in which case im happy to close this and contribute to the docs.
The text was updated successfully, but these errors were encountered: