Class: LIFX::Thread

Inherits:
Thread
  • Object
show all
Defined in:
lib/lifx/thread.rb

Instance Method Summary collapse

Instance Method Details

#abortObject



5
6
7
8
9
# File 'lib/lifx/thread.rb', line 5

def abort
  if alive?
    kill.join
  end
end