Ejemplo n.º 1
0
 public static void RunOnNewThreade <t>(this Action Action) =>
 DelegateActions.RunOnNewThreade(Action);
Ejemplo n.º 2
0
 public static void RunOnNewThreade(this IEnumerable <Action> actions) =>
 DelegateActions.RunOnNewThreade(actions);
Ejemplo n.º 3
0
 public static Task WaitForHandle(this GetRef <Action> Action) =>
 DelegateActions.WaitForHandle(Action);