Current section
Files
Jump to
Current section
Files
include/singleflight_Request.hrl
-record(request, {
key :: any(),
work :: fun((any()) -> any()),
caller :: gleam@erlang@process:subject(any())
}).