package timeout

import "github.com/containerd/containerd/pkg/timeout"

Index

Variables

var (

	// DefaultTimeout of the timeout package
	DefaultTimeout = 1 * time.Second
)

Functions

func All

func All() map[string]time.Duration

All returns all keys and their timeouts

func Get

func Get(key string) time.Duration

Get returns the timeout for the provided key

func Set

func Set(key string, t time.Duration)

Set the timeout for the key

func WithContext

func WithContext(ctx context.Context, key string) (context.Context, func())

WithContext returns a context with the specified timeout for the provided key

Source Files

timeout.go

Version
v1.7.5
Published
Aug 25, 2023
Platform
js/wasm
Imports
3 packages
Last checked
1 hour ago

Tools for package owners.