package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Functions

NewManager creates a new idleness manager implementation for the given idle timeout.

# Structs

Manager implements idleness detection and calls the configured Enforcer to enter/exit idle mode when appropriate.

# Interfaces

Enforcer is the functionality provided by grpc.ClientConn to enter and exit from idle mode.