adk_scope_shard_router (erlang_adk v0.7.0)
View SourceBounded exact-scope router shared by sharded artifact and memory APIs.
The router performs only validation and worker lookup/startup. Calls are made directly to the resolved adapter process, so unrelated exact scopes do not serialize behind one storage GenServer. Each router owns an anonymous dynamic supervisor and stops when its creator exits.
Summary
Types
-type handle() :: {adk_scope_shard, pid(), ets:tid(), atomics:atomics_ref(), pos_integer()}.