Skip to content
Snippets Groups Projects
Commit 7ed3b600 authored by Arne Goedeke's avatar Arne Goedeke
Browse files

Thread.Farm: typo in call to cond->wait()

parent f114c348
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ optional class Farm
threads += ({ Handler() });
free_threads += ({ threads[-1] });
} else {
ft_cond->wait(mutex);
ft_cond->wait(lock);
}
}
object(Handler) t = free_threads[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment