Flowdock
mu_initialize() private

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 113
  def mu_initialize
    @mu_waiting = []
    @mu_locked = false;
  end
Register or log in to add new notes.