tree: 6b486ffd7913d420de8ff9446aeb1d93c117ed52 [path history] [tgz]
  1. LICENSE
  2. README.md
  3. singleflight.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.