Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:49:38.000Z (11 months ago)
- Last Synced: 2024-10-28T20:16:15.357Z (3 months 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`.