next.js
823b9f50
- Turbopack: avoid using rayon in favor of tokio tasks (#82256)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
177 days ago
Turbopack: avoid using rayon in favor of tokio tasks (#82256) ### What? Avoid mixing rayon and tokio. Only use tokio. Implemented parallel for_each and map on top of tokio. Closes PACK-5158
References
#82256 - Turbopack: avoid using rayon in favor of tokio tasks
Author
sokra
Parents
9542b8b0
Loading