class Mutex

A mutex that can be used to lock sections of code

class attributes [NB. Highlighted attributes are static members]
function Mutex() - The constructor
function lock() - Cause the mutex to lock
function unlock() - Cause the mutex to unlock

Functions

function Mutex Click to go up to the list
The constructor
Declaration:
    native function Mutex()

function lock Click to go up to the list
Cause the mutex to lock
Declaration:
    native function lock()
Description:
The mutex will lock. If it is already locked, the thread of execution will stop until it becomes unlocked.

function unlock Click to go up to the list
Cause the mutex to unlock
Declaration:
    native function unlock()

Automatically generated at 8:45pm, Wednesday 08 January 2003 by feritedoc.