Skip to main content

constants.go

constants.go - Overview

Defines constants for I/O multiplexer operations.

Detailed Documentation

Constants

OpRead

const OpRead Operations = 1 << iota
  • Purpose: Represents the read operation.
  • Type: Operations

OpWrite

const OpWrite Operations
  • Purpose: Represents the write operation.
  • Type: Operations

Getting Started Relevance: NO