MCPcopy Create free account
hub / github.com/bloomberg/quantum / getNumIoThreads

Method getNumIoThreads

quantum/impl/quantum_context_impl.h:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92template <class RET>
93int IThreadContext<RET>::getNumIoThreads() const
94{
95 return static_cast<const Impl*>(this)->getNumIoThreads();
96}
97
98template <class RET>
99const std::pair<int, int>& IThreadContext<RET>::getCoroQueueIdRangeForAny() const

Callers 1

TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36