uli
03/11/2021, 10:51 PMephemient
03/11/2021, 11:28 PMsuspend fun wrap(f: suspend () -> Unit) = f()
val f: () -> Unit = {} // non-suspend
wrap(f)
uli
03/11/2021, 11:43 PMephemient
03/11/2021, 11:44 PMuli
03/11/2021, 11:54 PMephemient
03/23/2021, 9:10 PM