Method: BackPressure::Executor#execute
- Defined in:
- lib/back_pressure/executor.rb
#execute(blocking_time_limit: nil) ⇒ Boolean
Executes the provided block, after waiting out any back-pressure, returning true IFF the block was executed.
48 49 50 |
# File 'lib/back_pressure/executor.rb', line 48 def execute(blocking_time_limit: nil) fail NotImplementedError end |