Skip to main content

UNBLOCK_WRITTEN

Static UNBLOCK_WRITTEN 

Source
static UNBLOCK_WRITTEN: AtomicBool
Expand description

Set once this run actually wrote the runtime drop-in (not merely attempted it), so the exit path knows a sandbox restore is owed. The webui thread stores it; main reads it after the run loop ends. SeqCst orders the drop-in write before the main-thread restore decision regardless of which core each ran on.