Skip to content
  • Simon Marlow's avatar
    Fix some more shutdown races · 5cbe7adb
    Simon Marlow authored
    There were races between workerTaskStop() and freeTaskManager(): we
    need to be sure that all Tasks have exited properly before we start
    tearing things down.  This isn't completely straighforward, see
    comments for details.
    5cbe7adb