mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
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.
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ The Ray API
|
||||
.. autofunction:: ray.put
|
||||
.. autofunction:: ray.get
|
||||
.. autofunction:: ray.remote
|
||||
.. autofunction:: ray.select
|
||||
.. autofunction:: ray.wait
|
||||
.. autofunction:: ray.init
|
||||
.. autofunction:: ray.kill_workers
|
||||
.. autofunction:: ray.restart_workers_local
|
||||
|
||||
Reference in New Issue
Block a user