PeanutButter
|
Provides an auto-signaller around a barrier: when this is disposed, it will SignalAndWait on the barrier, meaning you don't need to put required barrier unlocks in a finally clause. More...
Public Member Functions | |
AutoBarrier (Barrier barrier) | |
Constructs the wrapper around the barrier. | |
void | Dispose () |
Provides an auto-signaller around a barrier: when this is disposed, it will SignalAndWait on the barrier, meaning you don't need to put required barrier unlocks in a finally clause.
PeanutButter.Utils.AutoBarrier.AutoBarrier | ( | Barrier | barrier | ) |
Constructs the wrapper around the barrier.
barrier |