Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@NoNews

NoNews/Chain.kt Secret

Created January 3, 2022 11:57
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 NoNews/b6ce34d56d18e2368c324fcad3d74bd5 to your computer and use it in GitHub Desktop.
Save NoNews/b6ce34d56d18e2368c324fcad3d74bd5 to your computer and use it in GitHub Desktop.
val job = CoroutineScope(Dispatchers.Main.immediate).launch {
doAction()
/*.../*
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment