ActiveSearch/SearchAll command and beginnings of ReplaceAll command, coroutine interface change

This commit is contained in:
Krzosa Karol
2026-01-02 09:08:34 +01:00
parent ee1ba86f74
commit bedc2b15e2
12 changed files with 240 additions and 124 deletions

View File

@@ -152,6 +152,9 @@ void Test(mco_coro *co) {
void InitTests() {
WaitForEvents = false;
TestDir = Format(TestArena, "%S/test_env", GetExeDir(TestArena));
CoRemove("Test");
CoData *data = CoAdd(Test);
data->dont_wait_until_resolved = true;
CoResume(data);
}