You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed this when reading the code; our cap-std-ext crate
has a handy `atomic_write` API which streamlines exactly this
use case. This avoids having a corrupted/half-written facts
file if our process is interrupted, and also avoids a case
where a reading process may temporarily see a half written file.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments