Skip to content

pidwait: waitpid via epoll() #399

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));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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