Class: Lumber::LevelUtil::MonitorThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/lumber/level_util.rb

Overview

So we have a named thread and can tell which we are in Thread.list

Instance Attribute Summary collapse

Instance Attribute Details

#should_exitObject

Returns the value of attribute should_exit.



6
7
8
# File 'lib/lumber/level_util.rb', line 6

def should_exit
  @should_exit
end