Method: Contender::Pool::RejectionPolicy#on_rejection
- Defined in:
- lib/contender/pool/rejection_policy.rb
#on_rejection(task, executor) ⇒ undefined
This method is abstract.
9 10 11 |
# File 'lib/contender/pool/rejection_policy.rb', line 9 def on_rejection(task, executor) raise NotImplementedError end |