feat: Async framework submit on strand/ctx (#2751)

This commit is contained in:
Alex Kremer
2025-11-04 19:14:31 +00:00
committed by GitHub
parent d6ab2cc1e4
commit 6d79dd6b2b
14 changed files with 296 additions and 110 deletions

View File

@@ -69,4 +69,5 @@ struct MockStrand {
(std::chrono::milliseconds, std::function<std::any()>),
(const)
);
MOCK_METHOD(void, submit, (std::function<void()>), (const));
};