Overload List
Name | Description | |
---|---|---|
![]() ![]() | RunAsync(Action) |
Starts the Action as async Task.
|
![]() ![]() | RunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>)) |
Starts the Func as async Task.
|
![]() ![]() | RunAsync(Action, TaskDistributor) |
Starts the Action as async Task on the given TaskDistributor.
|
![]() ![]() | RunAsync<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), TaskDistributor) |
Starts the Func as async Task on the given TaskDistributor.
|