Skip to content

Avoid syscall while polling #130

Open
@drewdzzz

Description

@drewdzzz

Our non-blocking API (wait(0) and so on) doesn't block, but still makes a syscall. We could try to use something like edge-triggered epoll in EpollNetProvider to avoid kernel-crossing (but it still needs investigation).

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