Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 17:12
· 13 commits to main since this release
d243ef5
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