method

count_waiters

ruby latest stable - Class: MonitorMixin::ConditionVariable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

count_waiters()
public

No documentation available.

# File lib/monitor.rb, line 126
    def count_waiters
      raise NotImplementedError
    end