https://github.com/zombiezen/xcontext
Extra functionality for contexts that is not available from the standard context package
https://github.com/zombiezen/xcontext
golang golang-concurrency golang-package
Last synced: 11 months ago
JSON representation
Extra functionality for contexts that is not available from the standard context package
- Host: GitHub
- URL: https://github.com/zombiezen/xcontext
- Owner: zombiezen
- License: bsd-3-clause
- Created: 2022-09-20T20:24:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:49:38.000Z (over 2 years ago)
- Last Synced: 2025-02-08T21:49:01.613Z (over 1 year ago)
- Topics: golang, golang-concurrency, golang-package
- Language: Go
- Homepage: https://pkg.go.dev/zombiezen.com/go/xcontext
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `zombiezen.com/go/xcontext` Package
The Go package `xcontext` provides extra functionality for contexts
that is not available from the [standard `context` package][].
[standard `context` package]: https://pkg.go.dev/context
## Install
```shell
go get zombiezen.com/go/xcontext
```
## License
[BSD 3-Clause](LICENSE). This package was spun out from `github.com/yourbase/commons`.