Skip to content

Support the AIX operating system #89

Open
@notgull

Description

@notgull

Rust is currently moving to support AIX, see rust-lang/compiler-team#553. AIX uses a system called "pollsets" that is vaguely similar to BSD's kqueue system for efficient polling. We should probably add a backend for this system.

Alternatively, AIX could just use the current poll()-based backend. But I don't think that would be as efficient.

CC @ecnelises I can write the initial implementation, but I don't have an AIX machine to test it on. Would you be able to test it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions