Skip to content

Instantly share code, notes, and snippets.

@patxibocos
Created May 16, 2020 18:00
Show Gist options
  • Select an option

  • Save patxibocos/48accd773b0583b61d2910d108657f94 to your computer and use it in GitHub Desktop.

Select an option

Save patxibocos/48accd773b0583b61d2910d108657f94 to your computer and use it in GitHub Desktop.
testRunnerCoroutines.kt
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