System::MakeAsync 方法

System::MakeAsync(const Details::AsyncFunction&) method

TaskPtr System::MakeAsync(const Details::AsyncFunction &fnc)

另见

System::MakeAsync(const Details::ResultAsyncFunction<T>&) method

template<typename T> RTaskPtr<T> System::MakeAsync(const Details::ResultAsyncFunction<T> &fnc)

另见