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
246 247 248 |
# File 'lib/uringmachine.rb', line 246 def machine @machine ||= UM.new end |