MCPcopy Create free account
hub / github.com/catboost/catboost / ~TDeadlineTimer

Method ~TDeadlineTimer

library/cpp/neh/asio/asio.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 TDeadlineTimer::~TDeadlineTimer() {
57 if (Impl_) {
58 Srv_.GetImpl().ScheduleOp(new TUnregisterTimerOperation(Impl_));
59 }
60 }
61
62 void TDeadlineTimer::AsyncWaitExpireAt(TDeadline deadline, THandler h) {
63 if (!Impl_) {

Callers

nothing calls this directly

Calls 2

ScheduleOpMethod · 0.80
GetImplMethod · 0.45

Tested by

no test coverage detected