Global Variableswift-composable-architecture 1.18.0ComposableArchitecture
_cancellationCancellables
Cancellation.swift:262This declaration is gated by at least one @_spi attribute.
let _cancellationCancellables: LockIsolated<CancellablesCollection>
This declaration is gated by at least one @_spi attribute.
let _cancellationCancellables: LockIsolated<CancellablesCollection>
s22ComposableArchitecture25_cancellationCancellables17ConcurrencyExtras12LockIsolatedCyAA0D10CollectionCGvp
What are these?FNG6
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).
@dynamicMemberLookup final class LockIsolated<Value>
A generic wrapper for isolating a mutable value with a lock.
class CancellablesCollection