class Async::Task

def finished?

@returns [Boolean]
Whether we can remove this node from the reactor graph.
def finished?
	super && @fiber.nil?
end