std ::async() is a function template that accepts a callback(i.e. function or function object) as an argument and potentially executes them asynchronously.
確定! 回上一頁