You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use std::thread for coro::thread_pool
* This change switches from std::jthread to std::thread for the
coro::thread_pool
* This change is in support of emscripten support
* The thread pool executors will now drain the queue before re-entering the condition variable.
Closes#220
This is in support of using emscripten, since that doesn't support std::jthread yet we'll use std::thread for now.
The text was updated successfully, but these errors were encountered: