-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Threading_TaskHelper_WhenAny
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
WhenAny(TResult)(IEnumerable(Task(TResult))) | Creates a task that will complete when any of the supplied tasks have completed. | |
WhenAny(IEnumerable(Task)) | Creates a task that will complete when any of the supplied tasks have completed. | |
WhenAny(Task[]) | Creates a task that will complete when any of the supplied tasks have completed. | |
WhenAny(TResult)(Task(TResult)[]) | Creates a task that will complete when any of the supplied tasks have completed. |