Check if the pool has been shut down.
Returns:
142
# File 'lib/thread/pool.rb', line 142 def shutdown?; !!@shutdown; end