Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental > API/Runtime/Core/Async/Fundamental/FScheduler
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/Scheduler.h |
| Include | #include "Async/Fundamental/Scheduler.h" |
| Source | /Engine/Source/Runtime/Core/Private/Async/Fundamental/Scheduler.cpp |
FOversubscriptionLimitReached & GetOversubscriptionLimitReachedEvent()
Remarks
Event that will fire when the scheduler has reached its oversubscription limit (all threads are waiting). note: This event can be broadcasted from any thread so the receiver needs to be thread-safe For optimal performance, avoid binding UObjects to this event and use AddRaw/AddLambda instead. Also, what's happening inside that callback should be as brief and simple as possible (i.e. raising an event)