keishi kubo
02/24/2020, 2:26 PMEvan R.
02/24/2020, 3:54 PMLeon K
02/24/2020, 5:05 PMinline
where it's possible. While there is a not that relevant performance impact, the main reason is that an inline function is independent from suspend
contexts, thus, when calling your function from a suspend
fun, you can use other suspend fun's within the lambda if it is inlineEvan R.
02/24/2020, 6:19 PM