java.nonstandard.sync.condition

The condition module provides a primitive for synchronized condition checking.

Members

Classes

Condition
class Condition

This class represents a condition variable as conceived by C.A.R. Hoare. As per Mesa type monitors however, "signal" has been replaced with "notify" to indicate that control is not transferred to the waiter when a notification is sent.

Functions

testNotify
void testNotify()

/////////////////////////////////////////////////////////////////////////////

Meta

Source

See Source File
$(DRUNTIMESRC core/sync/_condition.d)

Authors

Sean Kelly