AbstractContextManager

An abstract implementation of a context manager. By default, this class uses no-op implementations for all members unless overridden in a subclass.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun current(): Context

Return the current Context