Method: Thread::Pool#shutdown?

Defined in:
lib/thread/pool.rb

#shutdown?Boolean

Check if the pool has been shut down.

Returns:

  • (Boolean)


142
# File 'lib/thread/pool.rb', line 142

def shutdown?; !!@shutdown; end