ContextManager
interface ContextManager
Responsible for managing the current context with callers current execution unit. For example, some implementations use Thread Local storage for managing the current context.
Responsible for managing the current context with callers current execution unit. For example, some implementations use Thread Local storage for managing the current context.