package
1.7.25
Repository: https://github.com/containerd/containerd.git
Documentation: pkg.go.dev

# Functions

WithShutdown returns a context which is similar to a cancel context, but with callbacks which can propagate to the context error.

# Variables

ErrShutdown is the error condition when a context has been fully shutdown.

# Interfaces

Service is used to facilitate shutdown by through callback registration and shutdown initiation.