-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Threading_AsyncOperationHelper_RunAsync
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
Gets thread from pool and run runner inside it.
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static void RunAsync(
Action<AsyncOperation> runner
)
VB
Public Shared Sub RunAsync (
runner As Action(Of AsyncOperation)
)
F#
static member RunAsync :
runner : Action<AsyncOperation> -> unit
- runner
- Type: System.Action(AsyncOperation)
Action to run inside created thread.
AsyncOperationHelper Class
RunAsync Overload
CodeJam.Threading Namespace