:nodoc:
30 31 32 33
# File 'lib/fbp/fpb-thread-pool.rb', line 30 def shutdown #:nodoc: @pool.shutdown if !@pool.nil? @pool = nil end