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 dd94cc7 commit 1d74b34Copy full SHA for 1d74b34
tutorials/tasks.md
@@ -287,7 +287,7 @@ Task<int> someTask() {
287
```
288
289
There are a few specific things you should be aware of when using this syntax:
290
-* The body of the coroutine is ran in whatever thread it got called in
+* The body of the coroutine is ran in the main thread, possibly only in the next frame.
291
* If the task the coroutine is waiting on is cancelled, the whole coroutine is cancelled
292
* If the task returned by the coroutine is cancelled, any pending task that is running is cancelled
293
0 commit comments