MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / DelayedEventHandler

Method DelayedEventHandler

Disruptor.Tests/DelayedEventHandler.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected