Current section
Files
Jump to
Current section
Files
src/shimmer@shards.erl
-module(shimmer@shards).
-compile(no_auto_import).
-export_type([shards_manager/1]).
-type shards_manager(IJJ) :: {shards_manager,
binary(),
list(shimmer@intents:intent()),
gleam@erlang@process:subject(IJJ),
list(shimmer@client:client(IJJ))}.