First prototype of coroutine based UI
This commit is contained in:
@@ -152,5 +152,6 @@ void Test(mco_coro *co) {
|
||||
void InitTests() {
|
||||
ConfigWaitForEvents = false;
|
||||
TestDir = Format(TestArena, "%S/test_env", GetExeDir(TestArena));
|
||||
CoAdd(Test);
|
||||
CoData *data = CoAdd(Test);
|
||||
data->dont_wait_until_resolved = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user