ray/doc/api.rst
Wapaul1 d5815673a5 Changed ray.select() to ray.wait() and its functionality (#426)
* 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.
2016-09-14 17:14:11 -07:00

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