module Servolux::Threaded
def continue_on_error?
threaded object will stop running when an error is raised.
error is raised by the run method. The default is to return +false+. The
Returns +true+ if the threaded object should continue running even if an
def continue_on_error? _activity_thread.continue_on_error end