class Async::Container::Keyed

def marked?

@returns [Boolean] True if the instance has been marked, during reloading the container.
def marked?
	@marked
end