class Async::Container::Generic

def key?(key)

Whether a child instance exists for the given key.
def key?(key)
	if key
		@keyed.key?(key)
	end
end