private Method

MonitorMixin.mon_release

There's no documentation for this item.

Source Code

# File monitor.rb, line 291
def mon_release
  @mon_owner = nil
  t = @mon_waiting_queue.shift
  t = @mon_entering_queue.shift unless t
  t.wakeup if t
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.