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.

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun current(): Context

Return the current Context