Searched defs:CoroutineData (Results 1 – 1 of 1) sorted by relevance
4709 struct CoroutineData struct4711 bool useInternalScheduler = false;4712 bool done = false; // the coroutine should stop at the next yield()4713 bool terminated = false; // the coroutine has finished.4714 bool inRoutine = false; // is the coroutine currently executing?4715 marl::Scheduler::Fiber *mainFiber = nullptr;4716 marl::Scheduler::Fiber *routineFiber = nullptr;4717 void *promisePtr = nullptr;