Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ setSocket
Method
setSocket
lib/cpp/src/thrift/server/TNonblockingServer.cpp:417–419 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
void TNonblockingServer::TConnection::setSocket(std::shared_ptr<TSocket> socket) {
418
tSocket_ = socket;
419
}
420
421
void TNonblockingServer::TConnection::workSocket() {
422
while (true) {
Callers
1
createConnection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected