https://github.com/gsquire/singleflight
Rust port of Go's singleflight package
https://github.com/gsquire/singleflight
caching go rust
Last synced: about 1 year ago
JSON representation
Rust port of Go's singleflight package
- Host: GitHub
- URL: https://github.com/gsquire/singleflight
- Owner: gsquire
- License: mit
- Created: 2019-04-19T18:54:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:02:15.000Z (about 2 years ago)
- Last Synced: 2025-03-28T12:21:15.866Z (about 1 year ago)
- Topics: caching, go, rust
- Language: Rust
- Homepage: https://crates.io/crates/singleflight
- Size: 6.84 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singleflight
[](https://coveralls.io/github/gsquire/singleflight?branch=master)
A Rust port of one of the [Go singleflight packages](https://github.com/golang/groupcache/blob/master/singleflight/singleflight.go).