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
v0.3.0 (#41)
* diffing kickoff
* v0.3.0 on the way
* Fix example. Renamings
* Fix initial bootstraping && remove prints
* fmt & clippy
* Update example. Add drop for ReadReceiver to make sure all future wakers are consumed and called
* Move all blocking ops to spawned thread
* Redo async bridge API
* Name things properly, remove missleading comment, snapshots are explicit now
* Rebase, fmt & clippy
Always re-read journal header when adding new/existing snapshot (#27)
* Always re-read journal header on new snapshot
* Add test
* Force threads to sleep