简体   繁体   English

C ++ 11线程API:MSVC 2010有免费实现吗?

[英]C++ 11 threading API: is there a free implementation for MSVC 2010?

是否有任何免费的第三方实现std :: thread API用于早于11的MSVC版本?

My just::thread library provides a complete implementation of the C++11 thread library for MSVC 2005, 2008 and 2010, including std::thread and std::async , but it's not free. 我的just :: thread库为MSVC 2005,2008和2010提供了C ++ 11线程库的完整实现,包括std::threadstd::async ,但它不是免费的。 For a free implementation the closest you can get with MSVC is boost, but there are a few differences. 对于免费实现,最接近MSVC的是增强,但存在一些差异。

Boost :: thread是一种方法!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM