class Slack::RealTime::Concurrency::Celluloid::Socket

def start_async

def start_async
  future = yield self if block_given?
  Actor.new(future)
end