buffered_context

package
v2.5.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithEarlierDeadline

func WithEarlierDeadline(originalCtx context.Context, buffer time.Duration) (context.Context, context.CancelFunc)

WithEarlierDeadline creates a new context with a deadline before the given context's deadline. The buffer parameter determines how much earlier the new deadline is. Returns the new context (with the original context as its parent) and a pointer to a cancel function for the new context.

If the given context doesn't have a deadline, return the original context unchanged and a do-nothing cancel function.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL