tree: e89fbab2bc2ab0e0a24288033a64157b8fde1d83 [path history] [tgz]
  1. LICENSE
  2. README.md
  3. singleflight.go
  4. withoutcancel.go
  5. withoutcancel_go121.go
vendor/resenje.org/singleflight/README.md

Singleflight

GoDoc Go

Package singleflight provides a duplicate function call suppression mechanism similar to golang.org/x/sync/singleflight but with support for context cancelation.

Installation

Run go get resenje.org/singleflight from command line.