Context
            class ContextSafelyExceptionHandler(handler: ExceptionHandler<Unit>) : CoroutineContext.Element
Content copied to clipboard
ExceptionHandler wrapper which was created to make possible to use handler across all coroutines calls
See also
Constructors
ContextSafelyExceptionHandler
                          
                    Link copied to clipboard
                        Functions
get
                          
                    Link copied to clipboard
                        open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
minus
                    Link copied to clipboard
                        open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
plus
                          
                    Link copied to clipboard