good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 16, 2017
    • Felix Lange's avatar
      les: fix goroutine leak in execQueue (#14480) · e2015817
      Felix Lange authored
      execQueue used an atomic counter to track whether the queue had been
      closed, but the checking the counter didn't happen because the queue was
      blocked on its channel.
      
      Fix it by using a condition variable instead of sync/atomic. I tried an
      implementation based on channels first, but it was hard to make it
      reliable.
      
      quit now waits for the queue loop to exit.
      e2015817
  2. May 13, 2017
  3. May 12, 2017
  4. May 11, 2017
  5. May 10, 2017
  6. May 09, 2017
  7. May 08, 2017
  8. May 06, 2017
  9. May 05, 2017
  10. May 04, 2017
  11. May 03, 2017
Loading