class Async::WorkerPool::Worker

def initialize

def initialize
	@work = ::Thread::Queue.new
	@thread = ::Thread.new(&method(:run))
end