Current section

Files

Jump to
sprocket include sprocket@hooks_Reducer.hrl
Raw

include/sprocket@hooks_Reducer.hrl

-record(reducer, {
id :: sprocket@internal@utils@unique:unique(),
reducer :: gleam@dynamic:dynamic(),
cleanup :: fun(() -> nil)
}).