Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsquire/singleflight
Rust port of Go's singleflight package
https://github.com/gsquire/singleflight
caching go rust
Last synced: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T19:02:15.000Z (8 months ago)
- Last Synced: 2024-11-01T07:33:21.226Z (13 days ago)
- Topics: caching, go, rust
- Language: Rust
- Homepage: https://crates.io/crates/singleflight
- Size: 6.84 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# singleflight
[![Coverage Status](https://coveralls.io/repos/github/gsquire/singleflight/badge.svg?branch=master)](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).