Currently, we're maintaining our own threadpool. It might be worth considering using `boost::asio::thread_pool` instead.
Currently, we're maintaining our own threadpool.
It might be worth considering using
boost::asio::thread_poolinstead.