What is the correct way to observe the changes from within a nested `ObservableObject`?
|
|
15
|
12201
|
January 17, 2025
|
Promise is non-sendable type
|
|
6
|
1719
|
January 17, 2025
|
Move from Combine to Swift concurrency?
|
|
16
|
1030
|
January 1, 2025
|
Combine and the road to Swift 6
|
|
6
|
6999
|
December 17, 2024
|
AsyncPublisher and Sendable
|
|
4
|
1520
|
December 13, 2024
|
Is it fair to declare Combine's AnyPublisher as unchecked sendable as long as output & error types are sendable?
|
|
12
|
382
|
December 8, 2024
|
@Published properties and the main thread
|
|
6
|
2126
|
December 6, 2024
|
How to subscribe to an actor's publisher?
|
|
8
|
638
|
November 14, 2024
|
Why no compiler error for this Swift Concurrency/Combine code?
|
|
7
|
355
|
November 10, 2024
|
Is this a bug in @Published?
|
|
70
|
21333
|
November 7, 2024
|
Crash in Combine Related to Swift 6 Concurrency
|
|
1
|
397
|
November 5, 2024
|
Combine flatMap can result in values after failure - bug?
|
|
3
|
2976
|
October 23, 2024
|
Memory leak issue while asynchronously iterating over async sequence
|
|
4
|
2605
|
June 9, 2023
|
`.first()` and `.prefix(1)` different behaviors?
|
|
0
|
101
|
September 19, 2024
|
What is the correct way to use combine from within a nested `ObservableObject`?
|
|
0
|
63
|
September 10, 2024
|
Difference between a Swift Combine Subject and a Queue with onAdd Action
|
|
0
|
71
|
September 3, 2024
|
Consuming MergeMany via for await loses values
|
|
1
|
144
|
August 19, 2024
|
Combine's PassthroughSubject inside an actor, is it safe?
|
|
5
|
816
|
July 17, 2024
|
Using the reduce operator on a publisher of literal Range smothers the compiler
|
|
3
|
99
|
July 17, 2024
|
How to use Combine publisher with Swift concurrency? (Publisher.values could miss events)
|
|
8
|
7549
|
July 4, 2024
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
7
|
2755
|
July 2, 2024
|
Clean Architecture using SwiftUI + Combine
|
|
1
|
1213
|
May 13, 2024
|
FlatMap Publisher not propagating finished completion event
|
|
0
|
181
|
April 12, 2024
|
Is there any advantage in using AnyPublisher with Swift 5.7?
|
|
20
|
8955
|
April 4, 2024
|
Polling future's result
|
|
1
|
310
|
March 27, 2024
|
Foundation imports Combine
|
|
0
|
435
|
February 25, 2024
|
Using Mock/Protocol as @EnvironmentObject
|
|
4
|
4034
|
February 19, 2024
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
9
|
12789
|
January 7, 2024
|
[Combine] How to `debounce` specific events only?
|
|
5
|
2967
|
November 29, 2023
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
20532
|
November 22, 2023
|