Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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