package
0.0.0-20250312152250-ea85ec9d2454
Repository: https://github.com/snapcore/snapd.git
Documentation: pkg.go.dev

# Functions

Open opens an event monitoring descriptor.

# Constants

Readable indicates readiness for reading (EPOLLIN).
Writable indicates readiness for writing (EPOLLOUT).

# Variables

No description provided by the author

# Structs

Epoll wraps a file descriptor which can be used for I/O readiness notification.
Event describes an IO readiness event on a specific file descriptor.

# Type aliases

Readiness is the bit mask of aspects of readiness to monitor with epoll.