module Servolux
module Servolux::Threaded
class Servolux::Child
class Servolux::Daemon
class Servolux::Daemon::LogfileReader
class Servolux::NullLogger
class Servolux::PidFile
class Servolux::Piper
class Servolux::Prefork
class Servolux::Prefork::Worker
class Servolux::Server
servolux
0.12.0
global
# join
def join( limit = nil ) return if thread.nil? limit ? thread.join(limit) : thread.join end # @private