class Async::Stop::Later

def alive?

@returns [Boolean] Whether the task is alive.
def alive?
	true
end