erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client serialization retries

erikgrinaker opened this issue · comments

The client should automatically retry serialization failures. This is non-trivial due to async closure lifetimes. See bank simulation for implementation example.