Class: Concurrent::Actor::Poolbox

Inherits:
Object
  • Object
show all
Includes:
Postable
Defined in:
lib/concurrent/actor.rb

Instance Method Summary collapse

Methods included from Postable

#<<, #forward, #post, #post!, #post?, #ready?

Constructor Details

#initialize(queue) ⇒ Poolbox

Returns a new instance of Poolbox.



80
81
82
# File 'lib/concurrent/actor.rb', line 80

def initialize(queue)
  @queue = queue
end