Created
May 16, 2020 18:00
-
-
Save patxibocos/48accd773b0583b61d2910d108657f94 to your computer and use it in GitHub Desktop.
testRunnerCoroutines.kt
This file contains hidden or 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
| private val job = Job() | |
| private val scope = CoroutineScope(job + Dispatchers.Default) | |
| private val overrideChannel = Channel<MockedRequest>(Channel.UNLIMITED) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment