invoke
inline operator fun <KoneContextType : KoneContext, Result> KoneContextType.invoke(block: (KoneContextType) -> Result): Result(source)
Simple provider of this context as a context parameter in the following block.
Provides receiver for Kone context registry.