-
Couldn't load subscription status.
- Fork 35
Overload_CodeJam_Threading_AsyncOperationHelper_Send
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
| Name | Description | |
|---|---|---|
![]()
|
Send(AsyncOperation, Action) | Invokes a runner on the thread or context appropriate for the application model and waits for it completion. |
![]()
|
Send(T)(AsyncOperation, Func(T)) | Invokes a runner on the thread or context appropriate for the application model and returns result. |
