[Doc] Remove experimental marker for asyncio API (#10202)

This commit is contained in:
Simon Mo
2020-08-19 16:52:50 -07:00
committed by GitHub
parent 44e254788a
commit a785106b47
-7
View File
@@ -110,10 +110,3 @@ You can limit the number of concurrent task running at once using the
# Only 10 tasks will be running concurrently. Once 10 finish, the next 10 should run.
ray.get([actor.run_task.remote() for _ in range(50)])
Known Issues
------------
Async API support is experimental, and we are working to improve it.
Please `let us know <https://github.com/ray-project/ray/issues>`__
any issues you encounter.