Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Delete
Function
Delete
util/thread/pool.h:386–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
384
};
385
386
inline void Delete(THolder<IThreadPool> q) {
387
if (q.Get()) {
388
q->Stop();
389
}
390
}
391
392
/**
393
* Creates and starts TThreadPool if threadsCount > 1, or TFakeThreadPool otherwise
Callers
nothing calls this directly
Calls
2
Get
Method · 0.45
Stop
Method · 0.45
Tested by
no test coverage detected