Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_fixture
Method · 0.80
start
Method · 0.80
floodNTest
Method · 0.80
TFileTransport
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
4
global_fixture
Method · 0.64
start
Method · 0.64
floodNTest
Method · 0.64
main
Function · 0.64