= private = protected
max()
Returns the maximum size of the queue.
static VALUE rb_szqueue_max_get(VALUE self) { return LONG2NUM(szqueue_ptr(self)->max); }