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

Method TContBIO

library/cpp/neh/https.cpp:822–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 class TContBIO : public NOpenSSL::TAbstractIO {
821 public:
822 TContBIO(SOCKET s, const TAtomicBool* canceled = nullptr)
823 : Timeout_(TDuration::MicroSeconds(10000))
824 , S_(s)
825 , Canceled_(canceled)
826 , Cont_(nullptr)
827 {
828 }
829
830 SOCKET Socket() {
831 return S_;

Callers

nothing calls this directly

Calls 1

MicroSecondsFunction · 0.85

Tested by

no test coverage detected