System::MakeAsync method

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

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

See Also

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

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

See Also