module Servolux
module Servolux::Threaded
class Servolux::Child
class Servolux::Daemon
class Servolux::Daemon::LogfileReader
class Servolux::Piper
class Servolux::Server
servolux
0.7.0
global
# join
def join( limit = nil ) return if thread.nil? limit ? thread.join(limit) : thread.join end