sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.96k stars 360 forks source link

Fix a race condition where isolates could be spawned after kill #2306

Closed ntkme closed 2 months ago

ntkme commented 2 months ago

This PR fixes a rare race condition where _allIsolates.add() can be called after onDone() where isolate.kill() is called.