Skip to content

Instantly share code, notes, and snippets.

@makzimi
Last active January 13, 2021 16:00
Show Gist options
  • Save makzimi/710ff02149f74747a2396117540c6f31 to your computer and use it in GitHub Desktop.
Save makzimi/710ff02149f74747a2396117540c6f31 to your computer and use it in GitHub Desktop.
Example of how runBlocking can deadlock Android app if run on UI thread.
runBlocking(Dispatchers.Main) {
println("Hello, World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment