Module threadconditions

Source

Structs§

NotifyLocation
A location in memory for a Waiter
NotifyMap 🔒
ThreadConditions
HashMap of Waiters for the Thread/Notify opcodes
ThreadConditionsHandle
A weak handle to a ThreadConditions instance, which does not prolong its lifetime.

Enums§

ExpectedValue
Expected value for atomic waits
WaiterError
Error that can occur during wait/notify calls.