LeoColman
03/15/2019, 10:31 PMRuckus
03/15/2019, 10:42 PMbut I need that many things inlinedWhy?
LeoColman
03/15/2019, 10:49 PMRuckus
03/15/2019, 10:58 PMLeoColman
03/15/2019, 10:59 PMRuckus
03/15/2019, 10:59 PMLeoColman
03/15/2019, 10:59 PMfun foo(boo: () -> Unit) { }
foo { suspendBoo() }
and
foo { nonSuspendBoo() }
boo
be boo: suspend () -> Unit
, the second case won't workRuckus
03/15/2019, 11:04 PMLeoColman
03/15/2019, 11:07 PMRuckus
03/15/2019, 11:52 PMLeoColman
03/16/2019, 12:06 AM