Method: Datadog::Core::Remote::Component::Barrier#lift
- Defined in:
- lib/datadog/core/remote/component.rb
#lift ⇒ Object
Release all current waiters
136 137 138 139 140 141 142 143 144 |
# File 'lib/datadog/core/remote/component.rb', line 136 def lift @mutex.lock @once ||= true @condition.broadcast ensure @mutex.unlock end |