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



347
348
349
# File 'lib/uringmachine.rb', line 347

def machine
  @machine ||= UM.new
end