private Method

MonitorMixin.mon_enter_for_cond(count)

There's no documentation for this item.

Source Code

# File monitor.rb, line 298
def mon_enter_for_cond(count)
  mon_acquire(@mon_waiting_queue)
  @mon_count = count
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.