Overload List

  NameDescription
Public methodStatic memberRunAsync(Action)
Starts the Action as async Task.
Public methodStatic memberRunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>))
Starts the Func as async Task.
Public methodStatic memberRunAsync(Action, TaskDistributor)
Starts the Action as async Task on the given TaskDistributor.
Public methodStatic memberRunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), TaskDistributor)
Starts the Func as async Task on the given TaskDistributor.

See Also