class Async::Container::Generic

def sleep(duration = nil)

@parameter duration [Numeric] the maximum amount of time to sleep for.
Sleep until some state change occurs.
def sleep(duration = nil)
	@group.sleep(duration)
end