Sha256: 2a0740000b466c8cbabac87f7405e157b8d343987bc6b328a75e839d3551ee6f
Contents?: true
Size: 390 Bytes
Versions: 16
Compression:
Stored size: 390 Bytes
Contents
// Package singleflight provides a duplicate function call suppression // mechanism. This package is a fork of the Go golang.org/x/sync/singleflight // package. The package is forked, because the package a part of the unstable // and unversioned golang.org/x/sync module. // // https://github.com/golang/sync/tree/67f06af15bc961c363a7260195bcd53487529a21/singleflight package singleflight
Version data entries
16 entries across 16 versions & 1 rubygems