Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental
Inheritance Hierarchy
- FSchedulerTls
- FReserveScheduler
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/ReserveScheduler.h |
| Include | #include "Async/Fundamental/ReserveScheduler.h" |
Syntax
class FReserveScheduler : public LowLevelTasks::FSchedulerTls
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoReserveWorkUntil
(
FConditional&& Condition |
Tries to yield this thread using the YieldEvent and do busywork on a reserve worker. | |
| FReserveScheduler & | Get () |
||
| void | StartWorkers
(
uint32 ReserveWorkers, |
Start number of reserve workers where 0 is the system default | |
| void | StopWorkers () |
Typedefs
| Name | Description |
|---|---|
| FConditional |
Constants
| Name | Description |
|---|---|
| Singleton |