class Async::Task

def self.current

def self.current
	Thread.current[:async_task] or raise RuntimeError, "No async task available!"
end