Using boost::asio thread pool for general purpose tasks

前端 未结 3 1947
执念已碎
执念已碎 2020-12-05 12:12

In this blog I found a pretty neat example on how to create a simple thread pool using boost::asio. I basically want to use it like this:

#include 

        
3条回答
  •  北荒
    北荒 (楼主)
    2020-12-05 12:44

    I wrote a ThreadPool class with boost asio. It works and it is clean &clear enough to understand easily. ThreadPool with boost asio

提交回复
热议问题