diff --git a/doc/source/async_api.rst b/doc/source/async_api.rst index c7910d87a..221844604 100644 --- a/doc/source/async_api.rst +++ b/doc/source/async_api.rst @@ -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 `__ -any issues you encounter.