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

Method AsyncAccept

library/cpp/neh/asio/asio.cpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 void TTcpAcceptor::AsyncAccept(TTcpSocket& s, TTcpAcceptor::TAcceptHandler h, TDeadline deadline) {
184 return Impl_->AsyncAccept(s, h, deadline);
185 }
186
187 void TTcpAcceptor::AsyncCancel() {
188 Impl_->AsyncCancel();

Callers 2

StartAcceptMethod · 0.45
StartAcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected