Skip to content

Instantly share code, notes, and snippets.

@af2905
Created November 12, 2023 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save af2905/af625eb103f9846aad59789124823ea3 to your computer and use it in GitHub Desktop.
Save af2905/af625eb103f9846aad59789124823ea3 to your computer and use it in GitHub Desktop.
COROUTINE_SUSPENDED
package kotlin.coroutines.intrinsics
@SinceKotlin("1.3")
public val COROUTINE_SUSPENDED: Any get() = CoroutineSingletons.COROUTINE_SUSPENDED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment