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

Method Post

library/cpp/neh/asio/asio.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void TIOService::Post(TCompletionHandler h) {
43 Impl_->Post(std::move(h));
44 }
45
46 void TIOService::Abort() {
47 Impl_->Abort();

Callers 5

SendDataMethod · 0.45
RunMethod · 0.45
SendMessagesMethod · 0.45
FlushOutputBuffersMethod · 0.45

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected