Searched defs:CoroutineData (Results 1 – 1 of 1) sorted by relevance
4308 struct CoroutineData struct4310 bool useInternalScheduler = false;4311 bool done = false; // the coroutine should stop at the next yield()4312 bool terminated = false; // the coroutine has finished.4313 bool inRoutine = false; // is the coroutine currently executing?4314 marl::Scheduler::Fiber *mainFiber = nullptr;4315 marl::Scheduler::Fiber *routineFiber = nullptr;4316 void *promisePtr = nullptr;