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

Method TNehFdEvent

library/cpp/neh/rq.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 struct TNehFdEvent {
72 inline TNehFdEvent() {
73 TPipeHandle::Pipe(R, W);
74 SetNonBlock(W);
75 }
76
77 inline void Signal() noexcept {
78 char ch = 21;

Callers

nothing calls this directly

Calls 1

SetNonBlockFunction · 0.85

Tested by

no test coverage detected