pub static DEV_SYNC: Signal<NodeMutex, DevDomainSnapshot>Expand description
Latest-wins hand-off from the session driver to the sync loop. A
Signal rather than a queue: intermediate table states are
irrelevant, only convergence on the newest snapshot matters. On a boot
that skipped node bring-up (a crash-report boot) a pending snapshot
just sits here unconsumed.