module Servolux::Threaded

def running?


otherwise.
Returns +true+ if the activity thread is running. Returns +false+
def running?
  _activity_thread.running?
end