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

Method BasicExecutor

Disruptor/BasicExecutor.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10 BasicExecutor::BasicExecutor(const std::shared_ptr< ITaskScheduler >& taskScheduler)
11 : m_taskScheduler(taskScheduler)
12 {
13 }
14
15 std::future< void > BasicExecutor::execute(const std::function< void() >& command)
16 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected