1. 09 Aug, 2022 1 commit
    • Xavier Thompson's avatar
      Destroy forks with stolen continuations sooner · d279c180
      Xavier Thompson authored
      Previously when forked tasks didn't finish synchronously, they were
      added to a list of children tasks and destroyed at the next sync.
      
      But this meant that in the case of an infinite loop spawning new forks,
      such memory could grow unboundedly and never be reclaimed.
      
      Fixing this also required changing how exceptions in forks are propagated.
      d279c180
  2. 08 Aug, 2022 1 commit
  3. 02 Aug, 2022 1 commit
  4. 20 Jul, 2022 3 commits
  5. 18 Jul, 2022 1 commit
  6. 12 Jul, 2022 5 commits
  7. 11 Jul, 2022 2 commits
  8. 08 Jul, 2022 5 commits
  9. 07 Jul, 2022 14 commits
  10. 28 Jun, 2022 1 commit
  11. 27 Jun, 2022 1 commit
  12. 21 Jun, 2022 2 commits
  13. 20 Jun, 2022 3 commits