You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
eupp
changed the title
Improve representation of Kotlin coroutines internals in the trace
Improve representation of Kotlin suspend functions and coroutines internals in the trace
Feb 10, 2025
ndkoval
changed the title
Improve representation of Kotlin suspend functions and coroutines internals in the trace
Improve representation of Kotlin's suspend function calls
Feb 11, 2025
suspend
function, optionally indicate that this is asuspend
function and hide theContinuation
parameter.Continuation
) is resumed, hide the machinery to recover the execution stack.The text was updated successfully, but these errors were encountered: