Class: Anemone::Core

Inherits:
Object
  • Object
show all
Defined in:
lib/cookler/utils.rb

Instance Method Summary collapse

Instance Method Details

#kill_threadsObject



4
5
6
# File 'lib/cookler/utils.rb', line 4

def kill_threads
    @tentacles.each { |thread| Thread.kill(thread)  if thread.alive? }
end