Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async
| Type | Name | Description | |
|---|---|---|---|
| void | ParallelFor
(
int32 Num, |
General purpose parallel for that uses the taskgraph for unbalanced tasks Offers better work distribution among threads at the cost of a little bit more synchronization. | |
| void | ParallelFor
(
int32 Num, |
General purpose parallel for that uses the taskgraph | |
| void | ParallelFor
(
const TCHAR* DebugName, |
General purpose parallel for that uses the taskgraph for unbalanced tasks Offers better work distribution among threads at the cost of a little bit more synchronization. |