Instance Methodswift-composable-architecture 1.18.0ComposableArchitecture->Foundation
sync(work:)
Locking.swift:22This declaration is gated by at least one @_spi attribute.
@discardableResult func sync<R>(work: () -> R) -> R
This declaration is gated by at least one @_spi attribute.
@discardableResult func sync<R>(work: () -> R) -> R
sSo15NSRecursiveLockC22ComposableArchitectureE4sync4workxxyXE_tlF
What are these?7EJJU
import Foundation
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).