Skip to content

Commit 5059db0

Browse files
committed
Update async docs
1 parent 9120840 commit 5059db0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/systems/async.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,3 @@ If the caller of an asynchronous function is running on a thread other than the
223223

224224
This is because `FCurrentThreadTaskPolicy` does not know how to resume work on threads other than the game thread or worker pool (see the `FCurrentThreadTaskPolicy::RunOnDesiredThread` implementation). If you require support for other types of threads, please let support know and we will update `FCurrentThreadTaskPolicy::RunOnDesiredThread` to support your use case.
225225
:::
226-
227-
:::danger
228-
Deferred tasks created with `TTask<>::Deferred()` do not currently automatically return to the caller's thread upon `SetValue` being called. This makes certain functions such as `Delay` unsafe to call from a background thread.
229-
230-
We plan on changing this in the future, so that deferred tasks automatically resume execution on the thread that `TTask<>::Deferred()` ran on.
231-
:::

0 commit comments

Comments
 (0)