Method: Garcon::Configuration#auto_terminate_all_executors

Defined in:
lib/garcon/configuration.rb

#auto_terminate_all_executorsBoolean

Returns Defines if global executors should be auto-terminated with an ‘at_exit` callback. When set to `false` it will be the application programmer’s responsibility to ensure that the global thread pools are shutdown properly prior to application exit.

Returns:

  • (Boolean)

    Defines if global executors should be auto-terminated with an ‘at_exit` callback. When set to `false` it will be the application programmer’s responsibility to ensure that the global thread pools are shutdown properly prior to application exit.



43
44
45
# File 'lib/garcon/configuration.rb', line 43

def auto_terminate_all_executors
  @auto_terminate_all_executors
end