class Async::Task

def set!

def set!
	# This is actually fiber-local:
	Thread.current[:async_task] = self
end