Module: UringMachine::ThreadExtensions
- Defined in:
- lib/uringmachine.rb
Overview
Thread extensions
Instance Method Summary collapse
-
#machine ⇒ Object
Returns the thread’s associated UringMachine instance.
Instance Method Details
#machine ⇒ Object
Returns the thread’s associated UringMachine instance
256 257 258 |
# File 'lib/uringmachine.rb', line 256 def machine @machine ||= UM.new end |