MCPcopy 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
386inline 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

GetMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected