module Kernel

def Async(*args, &block)

def Async(*args, &block)
	Async::Reactor.run(*args, &block)
end