> With coroutines you can now have `asyncLazy` ...
# language-proposals
m
With coroutines you can now have
asyncLazy
which is way cooler than plain lazy, because your threads are not blocked while the value is computed
Will every code that use an
asyncLazy
property have a suspension point?