O2-Czech-Republic / proxima-platform

The Proxima platform.
Apache License 2.0
18 stars 7 forks source link

Make Transaction#update non-blocking #323

Closed je-ik closed 8 months ago

je-ik commented 8 months ago

Currently, Transaction#update blocks to receive response from coordinator. Postpone the processing of results until Transaction#commitWrite (which has asynchronous CommitCallback).