module Ethon::Multi::Operations

def run

Returns:
  • (void) -

Other tags:
    Example: Run -
def run
  running_count_pointer = FFI::MemoryPointer.new(:int)
  begin code = trigger(running_count_pointer) end while code == :call_multi_perform
  check
end