class Async::Task

def finished?

Whether we can remove this node from the reactor graph.
def finished?
	super && @status != :running
end