class Async::Stop::Later

def transfer

Transfer control to the operation - this will stop the task.
def transfer
	@task.stop
end