| 412 | ~TestHandlerAsync() override = default; |
| 413 | |
| 414 | void testVoid(std::function<void()> cob) override { |
| 415 | _delegate->testVoid(); |
| 416 | cob(); |
| 417 | } |
| 418 | |
| 419 | void testString(std::function<void(std::string const& _return)> cob, |
| 420 | const std::string& thing) override { |