# File lib/swiftcore/Analogger.rb, line 94
      def handle_pending_and_exit
        EventMachine.stop_server(@server)
        EventMachine.add_timer(1) do
          _handle_pending_and_exit
        end
      end