coroutines truly are cursed

This commit is contained in:
2021-11-11 20:12:50 +01:00
parent 1848bb5139
commit 01049019fd
25 changed files with 202 additions and 92 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ protected:
Array<WindowView*> views;
Gfx::PWindow gfxHandle;
Job viewWorker(WindowView* view);
Job viewWorker(size_t viewIndex);
};
DEFINE_REF(Window)
} // namespace Seele