Created
October 17, 2018 18:56
-
-
Save mayojava/0a7a41386426e9f75eb9210831fb5e35 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
public fun withContext( | |
context: CoroutineContext, | |
block: suspend CorotuineScope.() -> T | |
): T |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment