Searched defs:CoRoutine (Results 1 – 1 of 1) sorted by relevance
74 struct CoRoutine { struct76 CoRoutineEnv* thEnv; argument79 uint64_t allocatedSize; // CoRoutine allocated size argument80 bool isTaskDone = false;104 class CoRoutineFactory { argument