You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't introduce std::function<>s into new code, but currently, there are quite a couple of places where it would be a lot more effort to use base::OnceCallback<> than would make sense for a PR which should rather focus on the issue it resolves. We should convert to base::OnceCallback<>s in one go instead, or probably on a per-Ledger-flow basis.
We shouldn't introduce
std::function<>
s into new code, but currently, there are quite a couple of places where it would be a lot more effort to usebase::OnceCallback<>
than would make sense for a PR which should rather focus on the issue it resolves. We should convert tobase::OnceCallback<>
s in one go instead, or probably on a per-Ledger
-flow basis.Part1: #24051
Part2: #24108
Part3: #24200
Part4: #24294
Part5: #32400
Part6: #32625
Miscellaneous Information:
@emerick @Miyayes @zenparsing
The text was updated successfully, but these errors were encountered: