Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RegularYield
Function
RegularYield
library/cpp/threading/local_executor/local_executor.cpp:16–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
15
#ifdef _win_
16
static void RegularYield() {
17
}
18
#else
19
// unix actually has cooperative multitasking! :)
20
// without this function program runs slower and system lags for some magic reason
Callers
3
DoSingleOp
Method · 0.85
WaitComplete
Method · 0.85
HostWorkerThread
Method · 0.85
Calls
1
SchedYield
Function · 0.85
Tested by
no test coverage detected