kotlinx-lincheck
kotlinx-lincheck copied to clipboard
Improve representation of Kotlin's `suspend` function calls
- When calling a
suspendfunction, optionally indicate that this is asuspendfunction and hide theContinuationparameter. - When a coroutine (
Continuation) is resumed, hide the machinery to recover the execution stack.