module Servolux::Threaded

def run


functionality.
interval. Implementing classes are expect to provide this
This method will be called by the activity thread at the desired
def run
  raise NotImplementedError,
       'The run method must be defined by the threaded object.'
end