You can use `Deferred` with `CoroutineStart.LAZY`,...
# coroutines
e
You can use
Deferred
with
CoroutineStart.LAZY
, but you cannot turn it into a property delegate, because of the lack of support for properties with suspending get (which includes property delegates)