Structs

The following structs are available globally.

  • Linux only. Epoll implements the Linux epoll mechanism.

    See more

    Declaration

    Swift

    public struct Epoll: FileDescriptor
  • Linux only. PollEvent defines the event types the caller is interested in, and the user-data associated with the event.

    See more

    Declaration

    Swift

    public struct PollEvent