Closed ntkme closed 2 months ago
This PR fixes a rare race condition where _allIsolates.add() can be called after onDone() where isolate.kill() is called.
_allIsolates.add()
onDone()
isolate.kill()
This PR fixes a rare race condition where
_allIsolates.add()
can be called afteronDone()
whereisolate.kill()
is called.