kotlinx-lincheck icon indicating copy to clipboard operation
kotlinx-lincheck copied to clipboard

Improve representation of Kotlin's `suspend` function calls

Open eupp opened this issue 9 months ago • 0 comments

  • When calling a suspend function, optionally indicate that this is a suspend function and hide the Continuation parameter.
  • When a coroutine (Continuation) is resumed, hide the machinery to recover the execution stack.

eupp avatar Feb 10 '25 15:02 eupp