# File lib/mcollective/util.rb, line 28
    def self.setup_windows_sleeper
      Thread.new { loop { sleep 1 } } if Util.windows?
    end