jbaldwin / libcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jbaldwin opened this issue · comments

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