Run-scoped coordination without a hot coordinator mailbox.
A run is a supervised resource island. Its immutable/rarely-mutated config is read from per-run ETS, actor processes are partitioned across dynamic supervisors, and graph/cache/record operations go directly to per-run ETS.
Summary
Functions
Cancel work and terminate every process in the child subtree before deleting topology.
Types
Functions
Cancel work and terminate every process in the child subtree before deleting topology.
@spec start_actor(t(), keyword()) :: DynamicSupervisor.on_start_child()