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

Method TSelectPoller

util/network/pollerimpl.h:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420public:
421 inline TSelectPoller()
422 : Begin_(nullptr)
423 , End_(nullptr)
424 {
425 SocketPair(Signal_);
426 SetNonBlock(WaitSock());
427 SetNonBlock(SigSock());
428 }
429
430 inline ~TSelectPoller() {
431 closesocket(Signal_[0]);

Callers

nothing calls this directly

Calls 2

SetNonBlockFunction · 0.85
SocketPairFunction · 0.70

Tested by

no test coverage detected