Context is a container for request-specific information that should be passed to threads that perform related work. The default constructor should capture all relevant context.
| 29 | // to threads that perform related work. The default constructor should capture |
| 30 | // all relevant context. |
| 31 | class Context; |
| 32 | |
| 33 | // Scoped object that sets the current thread's context until the object is |
| 34 | // destroyed. |
no outgoing calls
no test coverage detected