invoke

abstract suspend operator fun invoke(): T

Obtain the value of SuspendLazy. Will invoke the initializer on first try.

Like the regular lazy, will attempt to run the initializer if the initializer has thrown the last time.