mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
feat: Async framework submit on strand/ctx (#2751)
This commit is contained in:
@@ -124,6 +124,6 @@ struct FakeRetryPolicy {
|
||||
void
|
||||
retry(Fn&& fn)
|
||||
{
|
||||
fn();
|
||||
std::invoke(std::forward<decltype(fn)>(fn));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user