MCPcopy 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
343void TPipeServer::interrupt() {
344 if (impl_)
345 impl_->interrupt();
346}
347
348void TPipeServer::close() {
349 impl_.reset();

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
interruptWorkerFunction · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36
interruptWorkerFunction · 0.36