C++11 Thread support library 统观 线
发布时间: 2013-01-26 13:47:01 作者: rapoo
C++11 Thread support library 概览 线程库中英文对照
async(C++11)provides a facility to launch a function in a new thread and acquire its return value asynchronously
(function template)//提供一种工具来启动一个函数在一个新线程和异步获取其返回值