MCPcopy Create free account
hub / github.com/catboost/catboost / TAtomicWrap

Class TAtomicWrap

library/cpp/par/par_remote.h:111–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 };
110
111 struct TAtomicWrap {
112 TAtomic Counter;
113
114 TAtomicWrap()
115 : Counter(0)
116 {
117 }
118 TAtomicWrap(int x)
119 : Counter(x)
120 {
121 }
122 };
123
124 int CompId = -1;
125 TVector<TNetworkAddress> BaseSearcherAddrs;

Callers 2

RunMasterMethod · 0.85
NewRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected