class Concurrent::DaemonThreadFactory

def initialize(daemonize = true)

def initialize(daemonize = true)
  @daemonize = daemonize
end