1. 21 Apr, 2020 1 commit
    • Jason Madden's avatar
      Let libuv loops exit even after starting a child watcher. · d5f8e220
      Jason Madden authored
      Fixes #1581.
      
      This was exposed by running test__os and test__queue in the same process in that order. test__os watches children,
      and test__queue has a test that expects a LoopExit. It wasn't raised because the child watcher (really the signal watcher)
      was referenced, keeping the loop running.
      d5f8e220
  2. 20 Apr, 2020 4 commits
  3. 18 Apr, 2020 6 commits
  4. 17 Apr, 2020 16 commits
  5. 16 Apr, 2020 4 commits
  6. 15 Apr, 2020 2 commits
  7. 10 Apr, 2020 6 commits
  8. 03 Apr, 2020 1 commit