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: about 1 year ago
JSON representation

Rust port of Go's singleflight package

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).