We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1014fdd commit 0c0c245Copy full SHA for 0c0c245
doc/source/ray-core/tasks.rst
@@ -79,7 +79,7 @@ Ray enables arbitrary functions to be executed asynchronously on separate worker
79
for(int i = 0; i < 4; i++) {
80
// This doesn't block.
81
ray::Task(SlowFunction).Remote();
82
- a
+ }
83
84
Use `ray summary tasks` from :ref:`State API <state-api-overview-ref>` to see running and finished tasks and count:
85
0 commit comments