Class: Proco::Queue::SingleQueue
- Defined in:
- lib/proco/queue/single_queue.rb
Instance Method Summary collapse
-
#initialize(size, delay) ⇒ SingleQueue
constructor
A new instance of SingleQueue.
- #push_impl(item) ⇒ Object
- #take_impl ⇒ Object
Methods inherited from Base
Methods included from MT::Base
#broadcast, #do_when, #signal, #synchronize, #try_when, #wait_until
Constructor Details
#initialize(size, delay) ⇒ SingleQueue
Returns a new instance of SingleQueue.
7 8 9 |
# File 'lib/proco/queue/single_queue.rb', line 7 def initialize size, delay super end |