Monitor

Description

sealed class Tinman.Core.Threading.Monitor

Derived from

Disposable abstract
IBeginEndSync

A monitor object for thread synchronization.

Public / Constructors

Monitor


public constructor Monitor → ()

Creates a new instance of Monitor.

Public / Methods

Begin​Global


public static method BeginGlobal → ()

Enters the global mutex.

End​Global


public static method EndGlobal → ()

Leaves the global mutex.