module Servolux::Threaded

def iterations


completed thus far.
Returns the number of iterations of the threaded object's 'run' method
def iterations
  _activity_thread.iterations
end