-
Couldn't load subscription status.
- Fork 35
Overload_CodeJam_Threading_AsyncOperationHelper_Send
andrewvk edited this page Jun 23, 2016
·
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. |
