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

Method getNumCoroutineThreads

quantum/impl/quantum_context_impl.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86template <class RET>
87int IThreadContext<RET>::getNumCoroutineThreads() const
88{
89 return static_cast<const Impl*>(this)->getNumCoroutineThreads();
90}
91
92template <class RET>
93int IThreadContext<RET>::getNumIoThreads() const

Callers 2

SequencerMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.36