folly::RequestContext::RootIdInfo

Describes the root id associated with a thread.

Synopsis

Declared in <folly/io/async/Request.h>

struct RootIdInfo;

Data Members

NameDescription
id The root id value.
tid The C++ thread id.
tidOS The OS-level thread id.