class Async::Container::Generic

def fiber(&block)

def fiber(&block)
	Fiber.new(blocking: true, &block)
end