jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
566 stars 57 forks source link

coro:thread_pool use std::thread instead of std::jthread #220

Closed jbaldwin closed 9 months ago

jbaldwin commented 9 months ago

This is in support of using emscripten, since that doesn't support std::jthread yet we'll use std::thread for now.