Last active
December 27, 2023 09:21
-
-
Save itsandreramon/3a5b7410e54e7e5c971f961e8fc9a341 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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