Method: XThread::RBSizedQueue#max

Defined in:
lib/xthread.rb

#maxObject

Returns the maximum size of the queue.



168
169
170
# File 'lib/xthread.rb', line 168

def max
  @max
end