Skip to main content

Module singleflight

Module singleflight 

Source

Structs§

SingleFlight
Coalesces concurrent operations for the same key so only one operation executes.

Enums§

SingleFlightError
Errors returned by SingleFlight::execute.