class Google::Gax::Timer

This class will be used to run the run_later tasks for the bundle.

Public Instance Methods

run_after(delay_threshold) { || ... } click to toggle source
# File lib/google/gax/bundling.rb, line 439
def run_after(delay_threshold)
  sleep delay_threshold
  yield
end