| 8 | { |
| 9 | |
| 10 | DelayedEventHandler::DelayedEventHandler() |
| 11 | : DelayedEventHandler(std::make_shared< boost::barrier >(2)) |
| 12 | {} |
| 13 | |
| 14 | void DelayedEventHandler::onEvent(TestEvent& /*data*/, std::int64_t /*sequence*/, bool /*endOfBatch*/) |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected