class IO::Endpoint::FiberWrapper

def async(&block)

def async(&block)
	Fiber.schedule(&block)
end