Stores this cancellable instance in the specified set.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- Combine
Declaration
func store(in set: inout Set<Any Cancellable>)
Parameters
set
The set in which to store this
Cancellable
.