Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tracking]: migrate all blocking call to async call #8312

Open
4 tasks
hardfist opened this issue Nov 1, 2024 · 0 comments
Open
4 tasks

[Tracking]: migrate all blocking call to async call #8312

hardfist opened this issue Nov 1, 2024 · 0 comments
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.

Comments

@hardfist
Copy link
Contributor

hardfist commented Nov 1, 2024

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

@hardfist hardfist added the tracking issue Category: A tracking issue for an RFC or an unstable feature. label Nov 1, 2024
@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant