class Async::Task

def annotation

def annotation
	if @fiber
		@fiber.annotation
	else
		super
	end
end