Expand description
Shared dynamic-link state for every super::super::Linker clone.
Owns LinkerState behind RwLock, the topology TopologyCoordinator, and the
dl_operation_pending AtomicBool used to coordinate LinkerShared::synchronize_link_operation
with followers. Prefer these helpers over raw lock calls — lock ordering and the “never block
on write() without cooperating” invariant are spelled out on super (the linker sync
module).
Structs§
- Linker
Shared 🔒 - Shared linkage and synchronization primitives for every
super::super::Linkerhandle.