withEscapedDependencies(_:)

Propagates the current dependencies to an escaping context.

WithDependencies.swift:410
func withEscapedDependencies<R>(_ operation: (DependencyValues.Continuation) async throws -> R) async rethrows -> R

Parameters

operation

A closure that takes a Continuation value for propagating dependencies past an escaping closure boundary.

See the documentation of withEscapedDependencies(_:) for more information.