ticket25932 365 B

123456789
  1. o Minor features (mainloop):
  2. - Move responsibility for
  3. closing connections, circuits, and channels
  4. from a once-per-second callback to a callback that is only scheduled as
  5. needed. Once enough items are removed from our once-per-second
  6. callback, we can eliminate it entirely to conserve CPU when idle.
  7. Closes ticket
  8. 25932.