Click or drag to resize
MooshAsync Method (Action)
Asynchronously runs a function.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void Async(
	Action func
)

Parameters

func
Type: SystemAction
The function to be run on a different thread.
See Also