Selects which threads' thread-local instances are destroyed.
Declared in <folly/detail/ThreadLocalDetail.h>
enum class TLPDestructionMode : int;
| Name | Description |
|---|---|
THIS_THREAD | Destroy only the current thread's instance. |
ALL_THREADS | Destroy instances across all threads. |