dragon.mpbridge.synchronize.DragonCondition
- class DragonCondition[source]
Bases:
Condition
A condition co-located on the same node by default as the creating process
This implementation removes all references to _semlock and the test for assert_spawning. The _semlock interface is mapped onto Dragon’s native Lock implementation.
Methods
__init__
([lock])notify
([n])wait
([timeout])wait_for
(predicate[, timeout])