Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.