-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Put uv in its own crate #5019
Copy link
Copy link
Closed
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Metadata
Metadata
Assignees
Labels
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Fields
Give feedbackNo fields configured for issues without a type.
For #4419 we want uv to be the default event loop implementation, but do not want to put it into core. Instead it will live in a
uvcrate with a dependency oncoreand implementing several types in core. When generating the crate entry point, rustc will passrust_starta pointer to a factory function that returns the uv loop.