Package-level declarations

Functions

Link copied to clipboard
@DelicateCoroutinesApi
fun doOnGlobal(enableLog: Boolean = true, onLog: (text: String) -> Unit = {}, func: suspend () -> Unit)
Link copied to clipboard
@DelicateCoroutinesApi
fun doOnMain(enableLog: Boolean = true, onLog: (text: String) -> Unit = {}, func: suspend () -> Unit)
Link copied to clipboard
@DelicateCoroutinesApi
fun doOnUI(enableLog: Boolean = true, onLog: (text: String) -> Unit = {}, func: suspend () -> Unit)
Link copied to clipboard
fun noCrash(enableLog: Boolean = true, func: () -> Unit): String?
Link copied to clipboard
suspend fun noCrashSuspend(enableLog: Boolean = true, func: suspend () -> Unit): String?