You're calling get immediately after calling std::async, which will cause the program to wait for the result to be available. You need start both async ...
確定! 回上一頁