Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
template <class RET>
87
int IThreadContext<RET>::getNumCoroutineThreads() const
88
{
89
return static_cast<const Impl*>(this)->getNumCoroutineThreads();
90
}
91
92
template <class RET>
93
int IThreadContext<RET>::getNumIoThreads() const
Callers
2
Sequencer
Method · 0.45
TEST_P
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.36