MonoMac.CoreFoundation.DispatchQueue.DispatchAsync Method
Schedule blocks for concurrent execution.

Syntax

public void DispatchAsync (MonoMac.Foundation.NSAction action)

Parameters

action
Code block to be executed asynchronously.

Remarks

Excecutes the given code in the background. This avoids creating a new thread, and reuses one of the threads from the Dispatch framework pool.

Requirements

Namespace: MonoMac.CoreFoundation
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0