AsyncHelpers Methods |
The AsyncHelpers type exposes the following members.
Name | Description | |
---|---|---|
ForEachItemInParallelT |
Iterates over all items in the given collection and runs the specified action
in parallel (each action executes on a thread from thread pool).
| |
GetCombinedException |
Gets the combined exception from all exceptions in the list.
| |
PreventMultipleCalls |
Wraps the continuation with a guard which will only make sure that the continuation function
is invoked only once.
| |
Repeat |
Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
| |
WithTimeout |
Attaches a timeout to a continuation which will invoke the continuation when the specified
timeout has elapsed.
|