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

Method MyRunnable

Disruptor.PerfTests/OneToOneRawThroughputTest.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 OneToOneRawThroughputTest::MyRunnable::MyRunnable(const std::shared_ptr< ISequencer< boost::any > >& sequencer)
68 {
69 m_barrier = sequencer->newBarrier({});
70 }
71
72 void OneToOneRawThroughputTest::MyRunnable::reset(const std::shared_ptr< Tests::ManualResetEvent >& latch, std::int64_t expectedCount)
73 {

Callers

nothing calls this directly

Calls 1

newBarrierMethod · 0.45

Tested by

no test coverage detected