Skip to content

pidwait: waitpid via epoll() #399

Open
@FurryR

Description

@FurryR

Currently the implementation waitpid is using spin waiting, which could lead to performance issues. It is possible to refactor it via pidfd_open and epoll to allow CPU to save battery.

This issue is used for being linked to any future Pull Requests.

sleep(Duration::from_millis(50));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions