Module: Corkscrews::Primitives::IOWait
- Defined in:
- lib/corkscrews/primitives.rb
Instance Method Summary collapse
Instance Method Details
#read ⇒ Object
94 95 96 |
# File 'lib/corkscrews/primitives.rb', line 94 def read(...) measure_io_wait { super } end |
#readpartial ⇒ Object
98 99 100 |
# File 'lib/corkscrews/primitives.rb', line 98 def readpartial(...) measure_io_wait { super } end |
#write ⇒ Object
102 103 104 |
# File 'lib/corkscrews/primitives.rb', line 102 def write(...) measure_io_wait { super } end |