module Servolux::Threaded

def continue_on_error=( value )


interpreter to exit.
A SystemExit will never be caught; it will always cause the Ruby

activity thread when an error is raised by the run method.
is raised by the +run+ method. The default behavior is to stop the
Set to +true+ to continue running the threaded object even if an error
def continue_on_error=( value )
  _activity_thread.continue_on_error = (value ? true : false)
end