Skip to content
milan jurkulák edited this page May 2, 2024 · 1 revision

//tvlib/org.mjdev.tvlib.viewmodel/BaseViewModel/async

async

[androidJvm]
fun <T> async(block: suspend CoroutineScope.() -> T): MutableLiveData<T>

Clone this wiki locally