Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ interrupt
Method
interrupt
lib/cpp/src/thrift/transport/TPipeServer.cpp:343–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
void TPipeServer::interrupt() {
344
if (impl_)
345
impl_->interrupt();
346
}
347
348
void TPipeServer::close() {
349
impl_.reset();
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
interruptWorker
Function · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
2
BOOST_AUTO_TEST_CASE
Function · 0.36
interruptWorker
Function · 0.36