gitbutler/crates/gitbutler-oplog
Sebastian Thiel 09ca2d0284
enforce in-process-synchronization during worktree updates and prolonged reads in oplog
That way it's assured that reads and writes don't intersect, but assure we only
hold such lock for the shortest amount of time for reads and and for the
full duration of writes.
2024-07-15 14:21:15 +02:00
..
src enforce in-process-synchronization during worktree updates and prolonged reads in oplog 2024-07-15 14:21:15 +02:00
tests move oplog to its own crate 2024-07-07 20:00:01 +02:00
Cargo.toml move ReferenceName tagged string to gitbutler-reference crate 2024-07-10 16:48:59 +02:00