std::future std::promise std::packaged_task std::async
std::promise std::packaged_task std::async 通过 std::future 异步返回结果值或异常 std::promise<value_type>:直接通过 std::promise<value_type>::set_value或std::promise<value_type>::set_exception返回结...