class Slack::RealTime::Client

def start_async(&block)

Other tags:
    Yieldparam: driver -
def start_async(&block)
  socket = build_socket
  socket.start_async { run_loop(socket, &block) }
end