Skip to content

Remove thread-blocking call to libc::stat in Path::stat #9958

Closed
@alexcrichton

Description

@alexcrichton

This should instead use the rt::io::file interface which does not block the thread. Additionally, this should remove the default_stat functions in the path/mod.rs file along with related definitions.

This is a pretty good first project for anyone wanting to sink their teeth into some library work! It's a bit of refactoring and should result in a nice large negative diffstat!

Metadata

Metadata

Assignees

No one assigned

    Labels

    E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions