MCPcopy Create free account
hub / github.com/apache/thrift / setDetached

Method setDetached

lib/cpp/src/thrift/concurrency/ThreadFactory.h:56–56  ·  view source on GitHub ↗

* Sets the detached disposition of newly created threads. */

Source from the content-addressed store, hash-verified

54 * Sets the detached disposition of newly created threads.
55 */
56 void setDetached(bool detached) { detached_ = detached; }
57
58 /**
59 * Create a new thread.

Callers 5

global_fixtureMethod · 0.80
startMethod · 0.80
floodNTestMethod · 0.80
TFileTransportMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 4

global_fixtureMethod · 0.64
startMethod · 0.64
floodNTestMethod · 0.64
mainFunction · 0.64