module Servolux::Threaded

def interval


threaded object's 'run' method.
Returns the number of seconds to sleep between invocations of the
def interval
  _activity_thread.interval
end