Skip to content

Put uv in its own crate #5019

Closed
Closed
@brson

Description

@brson

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 uv crate with a dependency on core and implementing several types in core. When generating the crate entry point, rustc will pass rust_start a pointer to a factory function that returns the uv loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions