Context Safely Exception Handler
    class ContextSafelyExceptionHandler(val handler: ExceptionHandler<Unit>) : CoroutineContext.Element(source)
ExceptionHandler wrapper which was created to make possible to use handler across all coroutines calls
See also
safely With Context Exception Handler
Functions
Link copied to clipboard
                  Link copied to clipboard
                  fun CoroutineContext.LinkedSupervisorJob(additionalContext: CoroutineContext? = null): CoroutineContext
Link copied to clipboard
                  fun CoroutineContext.LinkedSupervisorScope(additionalContext: CoroutineContext? = null): CoroutineScope
Link copied to clipboard
                  Link copied to clipboard