• Stars
    star
    2
  • Language
    Go
  • License
    BSD 3-Clause "New...
  • Created about 1 year ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Singleflight provides a duplicate function call suppression mechanism. Up-to-date fork that adds generics support (Group[K comparable, V any] and Result[V any]) to the original `golang.org/x/sync/singleflight` package.