[Tracking]: migrate all blocking call to async call #8312
Labels
team
The issue/pr is created by the member of Rspack.
tracking issue
Category: A tracking issue for an RFC or an unstable feature.
What subject does this issue tracking?
migrate all blocking call to async call
we already migrate the whole architecture to async thread pool in #8226
so blocking call will block the whole thread and will hurt performance, so we should migrate all blocking call to async call for performance reason, which includes
Tasks
The text was updated successfully, but these errors were encountered: