开发者

boost threadpool - documentation and examples

开发者 https://www.devze.com 2022-12-22 22:01 出处:网络
I\'m looking for do开发者_如何学运维cumentation on boost::threadpool.I downloaded the source and documentation zip files.The documentation directory is just about empty.It says to look at src/examples

I'm looking for do开发者_如何学运维cumentation on boost::threadpool. I downloaded the source and documentation zip files. The documentation directory is just about empty. It says to look at src/examples/mergesort.cpp. It ain't there. In fact, there is no src/examples directory.

Anyone know if there is a Roseta Stone, and if so where?


In the Boost Vault - Concurrent Programming there are a couple of libs, check async and boost.task. The documentation is included in the packages. Personally, I have used async and was pleased. Make sure you find the docs, there ARE there in the dir tree. afaik there are no more docs for threadpool.sourceforge.net

0

精彩评论

暂无评论...
验证码 换一张
取 消