Skip to content

No more update-passing

Compare
Choose a tag to compare
@petered petered released this 25 Jan 21:12
· 155 commits to master since this release

Here we finally do away with passing updates as return values. In our new API, you declare state updates with add_update(shared_var, new_value). Note that this is not backwards-compatible with 0.0.0, but that's life.