sass / dart-sass

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

Fix dart vm lockup during shutdown with pending requests #2279

Closed ntkme closed 2 weeks ago

ntkme commented 1 month ago

Closes #2278.

This PR depends on changes to native_synchronization to be released first: https://github.com/dart-lang/native_synchronization/pull/26

ntkme commented 2 weeks ago

@nex3 Upstream change has been merged, and this is now ready for review.