instance method
release
Ruby on Rails 5.0.7.2
Since v4.0.13 Last seen in v5.0.7.2Signature
release()
No documentation comment.
Source
# File activesupport/lib/active_support/concurrency/latch.rb, line 17
def release
@inner.count_down
end
Defined in activesupport/lib/active_support/concurrency/latch.rb line 17
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Concurrency::Latch