mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Re-implemented select, changed name to wait * Changed tests for select to tests for wait * Updated the hyperopt example to match wait * Small fixes and improve example readme. * Make tests pass.
15 lines
408 B
ReStructuredText
15 lines
408 B
ReStructuredText
===========
|
|
The Ray API
|
|
===========
|
|
|
|
.. autofunction:: ray.put
|
|
.. autofunction:: ray.get
|
|
.. autofunction:: ray.remote
|
|
.. autofunction:: ray.wait
|
|
.. autofunction:: ray.init
|
|
.. autofunction:: ray.kill_workers
|
|
.. autofunction:: ray.restart_workers_local
|
|
.. autofunction:: ray.visualize_computation_graph
|
|
.. autofunction:: ray.scheduler_info
|
|
.. autofunction:: ray.task_info
|
|
.. autofunction:: ray.register_module
|