class Async::WorkerPool::Worker

def close

def close
	if thread = @thread
		@thread = nil
		thread.kill
	end
end