MCPcopy Create free account
hub / github.com/boostorg/asio / executor

Method executor

example/cpp14/executors/priority_scheduler.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 };
88
89 executor_type executor() noexcept
90 {
91 return executor_type(*const_cast<priority_scheduler*>(this));
92 }
93
94 void run()
95 {

Callers 11

depositMethod · 0.45
withdrawMethod · 0.45
print_balanceMethod · 0.45
fork_join_poolMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
depositMethod · 0.45
withdrawMethod · 0.45
balanceMethod · 0.45

Calls 1

executor_typeClass · 0.70

Tested by

no test coverage detected