Error

    NonBlockingFileIO errors.

    NonBlockingFileIO.swift:39
    enum Error

    Cases

    • case descriptorSetToNonBlocking

      NonBlockingFileIO is meant to be used with file descriptors that are set to the default (blocking) mode. It doesn’t make sense to use it with a file descriptor where O_NONBLOCK is set therefore this error is raised when that was requested.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (40) members.

    Type members

    Instance members

    Citizens in NIOPosix

    Conformances

    Type features

    Extension in Vapor

    Instance features