Global Functionpointfreeco.swift-dependencies 1.6.2Dependencies
withEscapedDependencies(_:)
Propagates the current dependencies to an escaping context.
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.