Join Slack
Powered by
Hi, quick question it's possible to use by lazy wi...
# android
r
RoqueRueda
11/08/2019, 7:21 PM
Hi, quick question it's possible to use
by lazy
with a suspend function
g
Galou Minisini
11/08/2019, 8:26 PM
You can do it for async
https://kotlinlang.org/docs/reference/coroutines/composing-suspending-functions.html#lazily-started-async
👍 1
s
sikri
11/09/2019, 11:28 AM
AFAIK,
launch
has
Lazy
parameter as well, but then you have to explicitly
start()
it
2
Views
Open in Slack
Previous
Next