class Async::Container::Keyed

def mark!

Mark the instance. This will indiciate that the value is still in use/active.
def mark!
	@marked = true
end