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:
@@ -69,4 +69,5 @@ struct MockStrand {
|
||||
(std::chrono::milliseconds, std::function<std::any()>),
|
||||
(const)
|
||||
);
|
||||
MOCK_METHOD(void, submit, (std::function<void()>), (const));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user