class LIFX::LAN::Thread

Public Instance Methods

abort() click to toggle source
# File lib/lifx/lan/thread.rb, line 6
def abort
  if alive?
    kill.join
  end
end