https://kotlinlang.org logo
#coroutines
Title
# coroutines
l

louiscad

08/24/2018, 9:38 AM
Wild idea: allow
suspend val
and
suspend operator fun getValue
to allow
by suspendLazy { ... /* a coroutine */ }
delegation. I'm not sure It's a good idea though
3 Views