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

Method reset

Disruptor.PerfTests/OneToOneRawBatchThroughputTest.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void OneToOneRawBatchThroughputTest::MyRunnable::reset(const std::shared_ptr< Tests::ManualResetEvent >& latch, std::int64_t expectedCount)
59 {
60 m_latch = latch;
61 m_expectedCount = expectedCount;
62 }
63
64 void OneToOneRawBatchThroughputTest::MyRunnable::run()
65 {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected