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.