get
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Content copied to clipboard
Returns the element with the given key from this context or null
.
Returns the element with the given key from this context or null
.