class Slack::RealTime::Concurrency::Async::Socket

def run_async(&block)

def run_async(&block)
  ::Async.run(&block)
end