# File lib/swiftcore/Analogger.rb, line 101
      def _handle_pending_and_exit
        if any_in_queue?
          write_queue
          EventMachine.next_tick {_handle_pending_and_exit}
        else
          EventMachine.stop
        end
      end