Flowdock
mu_try_lock() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/mutex_m.rb, line 69
  def mu_try_lock
    @_mutex.try_lock
  end
Register or log in to add new notes.