-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Transactions
-
None
Rust v1.85 announced the support for async closures which will return futures when called. This can help us simplify our current iteration of the Convenient Transactions API by making is simpler and more readable. This includes but is not limited to changes like removal of `my_data` field and the use of `.boxed()`
A/C
- Existing API can be marked deprecated until next major version
- Allow users to use this newer version of the API