method condition
Documentation for method condition
assembled from the following types:
class Lock
From Lock
(Lock) method condition
Defined as:
mymethod condition(Lock: --> ConditionVariable)
Returns a condition variable. Compare https://web.stanford.edu/~ouster/cgi-bin/cs140-spring14/lecture.php?topic=locks or https://en.wikipedia.org/wiki/Monitor_%28synchronization%29 for background.
my = Lock.new;.condition;
class X::Phaser::PrePost
From X::Phaser::PrePost
(X::Phaser::PrePost) method condition
method condition(--> Str)
Returns the part of the source code that describes the phaser condition.