mirror of
https://github.com/wassname/ray.git
synced 2026-08-01 12:51:09 +08:00
[Doc] Remove experimental marker for asyncio API (#10202)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user