Module: UringMachine::ThreadExtensions

Defined in:
lib/uringmachine.rb

Overview

Thread extensions

Instance Method Summary collapse

Instance Method Details

#machineObject

Returns the thread’s associated UringMachine instance



246
247
248
# File 'lib/uringmachine.rb', line 246

def machine
  @machine ||= UM.new
end