MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Notifier

Method Notifier

phxqueue/comm/notifierpool.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41Notifier::Notifier() : impl_(new NotifierImpl()){
42 impl_->fds[0] = impl_->fds[1] = -1;
43}
44
45Notifier::~Notifier() {
46 for (int i{0}; i < 2; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected