Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TWork
Method
TWork
library/cpp/neh/asio/asio.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
namespace NAsio {
10
TIOService::TWork::TWork(TWork& w)
11
: Srv_(w.Srv_)
12
{
13
Srv_.GetImpl().WorkStarted();
14
}
15
16
TIOService::TWork::TWork(TIOService& srv)
17
: Srv_(srv)
Callers
nothing calls this directly
Calls
2
WorkStarted
Method · 0.80
GetImpl
Method · 0.45
Tested by
no test coverage detected