global

def resume

def resume
	waiting.each do |fiber|
		fiber.resume(value) if fiber.alive?
	end
end