Skip to content

Instantly share code, notes, and snippets.

@chenzhang2006
Last active February 18, 2022 13:46
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 chenzhang2006/cf174a291fd6105a8e8bb00ba13c4dff to your computer and use it in GitHub Desktop.
Save chenzhang2006/cf174a291fd6105a8e8bb00ba13c4dff to your computer and use it in GitHub Desktop.
CoroutineScope Definition
public interface CoroutineScope {
public val coroutineContext: CoroutineContext
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment