Skip to content

Instantly share code, notes, and snippets.

@adhil-rahiman
Created July 26, 2023 20:06
Show Gist options
  • Save adhil-rahiman/c55feb8518afae5f56c36b54ce30d049 to your computer and use it in GitHub Desktop.
Save adhil-rahiman/c55feb8518afae5f56c36b54ce30d049 to your computer and use it in GitHub Desktop.
CoroutineScope Interface
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