Package-level declarations
Types
Suspending initializer of a value.
Similar to Lazy but for suspend functions.
Functions
The same as suspendLazy but with LazyThreadSafetyMode.NONE
Version of forEachParallel using a lambda-with-receiver instead.
Creates the default SuspendLazy implementation, behavior might be different based on platform.
Creates a SuspendLazy implementation corresponding to mode, please refer to the platform documentation for how mode is being used.
Creates a SuspendLazy implementation using LazyThreadSafetyMode.NONE as JS doesn't provide thread safety.
Creates a SuspendLazy implementation using LazyThreadSafetyMode.SYNCHRONIZED.
Creates a SuspendLazy implementation using mode.
Creates a SuspendLazy implementation using LazyThreadSafetyMode.SYNCHRONIZED as JS doesn't provide thread safety.
Creates a SuspendLazy implementation using mode as JS doesn't provide thread safety.