doOnMain

fun doOnMain(@UiThread block: suspend CoroutineScope.() -> Unit): Job

Runs some code on the UI thread.

Author

Arnau Mora

Since

20210413

Parameters

block

The code to run