Current section
Files
Jump to
Current section
Files
include/singleflight_Singleflight.hrl
-record(singleflight, {
subject :: gleam@erlang@process:subject(singleflight:message(any(), any())),
fetch_timeout_ms :: integer()
}).