Coroutines-Completion-Demo
Coroutines-Completion-Demo copied to clipboard
Demo of the behavior of Kotlin coroutines with regards to completion
Coroutines-Completion-Demo
Demo of the behavior of Kotlin coroutines with regards to completion.
Coroutine Builder Failure
Failure indicates that the default uncaught exception handler was invoked.

BuilderFailureUncaughtExceptionHandlerTest.kt
Factory Job Child Failure
- Failure indicates that the default uncaught exception handler was invoked.

JobFailureUncaughtExceptionHandlerTest.kt
- Failure indicates that the job failed.

JobFailureCancellationTest.kt
Scope Builder Failure
- Failure indicates that the scope builder function threw an exception.

ScopeFailureExceptionTest.kt
- Failure indicates that the default uncaught exception handler was invoked.

ScopeFailureUncaughtExceptionHandlerTest.kt