Method: Contender::Pool::PoolExecutor#terminating?

Defined in:
lib/contender/pool/pool_executor.rb

#terminating?Boolean

Returns:

  • (Boolean)


149
150
151
152
# File 'lib/contender/pool/pool_executor.rb', line 149

def terminating?
  state = current_control.state
  state > RUNNING && state < TERMINATED
end