Enumeration Caseswift-nio 2.72.0NIOCore

    write

    Will be triggered when no write was performed for the specified amount of time

    ChannelHandlers.swift:168
    case write

    Other cases

    • case read

      Will be triggered when no read was performed for the specified amount of time

    • case all

      Will be triggered when neither read nor write was performed for the specified amount of time