ExternalContextHandler

typealias ExternalContextHandler<T, TResult> = suspend (externalContext: T) -> TResult(source)

Function used to handle the gotten external context.