Packages

Singleflight request deduplication.

Current section

Files

Jump to
singleflight include singleflight_Done.hrl
Raw

include/singleflight_Done.hrl

-record(done, {
pid :: gleam@erlang@process:pid_(),
key :: any(),
result :: {ok, any()} | {error, singleflight:fetch_error()}
}).