Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multicontext

One context.Context to rule them all.

multicontext is a go library providing a way to unify multiple context.Context into one. It supports all standard context features: values, cancellation, deadlines, timeouts.

It is useful in situations where you are not in charge of building the contexts that you will use, so you cannot derive one from the other.

For more information, see https://pkg.go.dev/github.com/nlm/go-multicontext

About

multicontext is a go package providing tools to unify multiple go context.Context into one.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages