module Kernel
def Async(*arguments, **options, &block)
def Async(*arguments, **options, &block) ::Async::Reactor.run(*arguments, **options, &block) end
def Async(*arguments, **options, &block) ::Async::Reactor.run(*arguments, **options, &block) end