Skip to content

Instantly share code, notes, and snippets.

@itsandreramon
Last active December 27, 2023 09:21
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 itsandreramon/3a5b7410e54e7e5c971f961e8fc9a341 to your computer and use it in GitHub Desktop.
Save itsandreramon/3a5b7410e54e7e5c971f961e8fc9a341 to your computer and use it in GitHub Desktop.
class UserCoroutineScope(
private val parentScope: CoroutineScope
) : CoroutineScope by parentScope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment