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
Functions
Link copied to clipboard
Link copied to clipboard
fun CoroutineContext.LinkedSupervisorJob(additionalContext: CoroutineContext? = null): CoroutineContext
Link copied to clipboard
Link copied to clipboard