Mutex

A mutex ("mutually exclusive") is used to defined a block of code that two threads may not access at the same time.

This class is not available in Lua.

Functions