Methods
R
W
Instance Public methods
run_in_eventmachine()
# File actioncable/test/test_helper.rb, line 55
def run_in_eventmachine
  yield
  wait_for_async
end
wait_for_async()
# File actioncable/test/test_helper.rb, line 51
def wait_for_async
  wait_for_executor Concurrent.global_io_executor
end