Task::Queue class of PicoRuby
Singleton methods
new
Task::Queue.new() -> Task::Queue
Instance methods
clear
instance.clear() -> self
close
instance.close() -> self
closed?
instance.closed?() -> bool
empty?
instance.empty?() -> bool
num_waiting
instance.num_waiting() -> Integer
pop
instance.pop(?bool non_block) -> untyped
push
instance.push(untyped obj) -> self
size
instance.size() -> Integer