Method: Mutx::Support::Configuration.kill_after_time?
- Defined in:
- lib/mutx/support/configuration.rb
.kill_after_time? ⇒ Boolean
272 273 274 |
# File 'lib/mutx/support/configuration.rb', line 272 def self.kill_after_time? self.execution_time_to_live > 0 end |