class Async::Task

def stop!

def stop!
	@status = :stopped
end