Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nlm/go-multicontext
multicontext is a go package providing tools to unify multiple go context.Context into one.
https://github.com/nlm/go-multicontext
Last synced: about 1 month ago
JSON representation
multicontext is a go package providing tools to unify multiple go context.Context into one.
- Host: GitHub
- URL: https://github.com/nlm/go-multicontext
- Owner: nlm
- License: mit
- Created: 2022-07-22T21:10:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T21:16:31.000Z (over 2 years ago)
- Last Synced: 2024-06-20T15:57:07.632Z (6 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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