comet

A language built for fun

This project is maintained by cometlang

up

Mutex

inherits Object

A mutual exclusion thread synchronisation primitive. If locked, then only the thread holding the lock may enter the critical section, safeguarding against multiple threads mutating the state simultaneously.

methods

ConditionVariable

inherits Object

methods