Module: Corkscrews::Primitives::IOWait

Defined in:
lib/corkscrews/primitives.rb

Instance Method Summary collapse

Instance Method Details

#readObject



94
95
96
# File 'lib/corkscrews/primitives.rb', line 94

def read(...)
  measure_io_wait { super }
end

#readpartialObject



98
99
100
# File 'lib/corkscrews/primitives.rb', line 98

def readpartial(...)
  measure_io_wait { super }
end

#writeObject



102
103
104
# File 'lib/corkscrews/primitives.rb', line 102

def write(...)
  measure_io_wait { super }
end