PollEvent

public enum PollEvent

Event used to poll file descriptors for reading or writing.

  • Event which represents when data is available to be read from the file descriptor

    Declaration

    Swift

    case read
  • Event which represents when writing to the file descriptor will not block

    Declaration

    Swift

    case write