onyx-tasks/crates/onyx-core
Claude ebe09d0afe
refactor(sync): use shared atomic_write in queue/state save
OfflineQueue::save and SyncState::save each had their own copy of the
temp-file + rename + cleanup-on-failure dance, even though storage's
pub(crate) atomic_write is already imported in this file. Inline the
shared helper so the crate has one canonical atomic write path.
2026-04-25 13:31:26 +00:00
..
src refactor(sync): use shared atomic_write in queue/state save 2026-04-25 13:31:26 +00:00
Cargo.toml Add Google Tasks read-only workspace and sync 2026-04-14 07:02:50 -07:00