Trying out generic thread pool

This commit is contained in:
Dynamitos
2021-10-12 14:20:30 +02:00
parent a6f784e6a1
commit 99760724cd
6 changed files with 88 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ void Window::setFocused(PView view)
}
void Window::viewWorker(WindowView* windowView)
void Window::viewWorker(WindowView* windowView)
{
while(true)
{