# 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.