jamsocket / aper

A Rust data structure library built on state machines.
https://aper.dev
MIT License
299 stars 12 forks source link

Optimistic transitions #17

Closed paulgb closed 3 years ago

paulgb commented 3 years ago

Implements "optimistic transitions", which allows the client view to get up to one transition ahead of the server. Fixes #4.