This question refers to boost::threadpool::pool
, and there's docs about it here on sourceforge, but I can't find it in the boost docs.
Why is it called boost if it's not on boost?
PS: I know how to use Boost::ASIO's io_service
to create a thread pool, but I'd like to understand what this boost::threadpool
is.