How to use Combine publisher with Swift concurrency? (Publisher.values could miss events)
|
|
4
|
468
|
September 12, 2023
|
Un-explained crash inside DispatchQueue.sync with Swift RefCountBits
|
|
8
|
357
|
September 5, 2023
|
Using Mock/Protocol as @EnvironmentObject
|
|
3
|
1153
|
August 20, 2023
|
Code review request for a demonstration of Combine Publishers
|
|
0
|
183
|
August 5, 2023
|
Combine and Swift Concurrency Interop: Unexpectedly dropping values
|
|
2
|
319
|
July 19, 2023
|
[Combine] How to `debounce` specific events only?
|
|
2
|
359
|
July 14, 2023
|
Unexpected behaviour with async values of a filtered Publishers.CombineLatest
|
|
1
|
451
|
June 16, 2023
|
AsyncPublisher and Sendable
|
|
0
|
206
|
June 9, 2023
|
Memory leak issue while asynchronously iterating over async sequence
|
|
4
|
718
|
June 9, 2023
|
Combine and the road to Swift 6
|
|
4
|
1165
|
June 8, 2023
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
7
|
4087
|
May 10, 2023
|
How does a Combine Publisher store a subscriber
|
|
2
|
662
|
April 23, 2023
|
Using Combine to implement local web service cache
|
|
0
|
294
|
April 8, 2023
|
How to mix async/await and Combine?
|
|
7
|
12343
|
March 31, 2023
|
Combine `.receive(on: RunLoop.main)` loses sent value. How can I make it work?
|
|
55
|
20378
|
March 30, 2023
|
Is there any advantage in using AnyPublisher with Swift 5.7?
|
|
19
|
4829
|
March 3, 2023
|
Using .run and await in to observe AnyPublisher<Value, Never> does not work
|
|
1
|
874
|
February 18, 2023
|
How can I filter a tuple with a Combine operator?
|
|
7
|
744
|
February 16, 2023
|
Is this a bug in @Published?
|
|
69
|
16208
|
February 8, 2023
|
What is the correct way to observe the changes from within a nested `ObservableObject`?
|
|
12
|
3333
|
January 30, 2023
|
How to subscribe to a @MainActor notification publisher?
|
|
11
|
1725
|
December 18, 2022
|
Publishing changes from background threads is not allowed
|
|
1
|
2851
|
November 15, 2022
|
AsyncPublisher causes crash in rather simple situation
|
|
11
|
1472
|
November 8, 2022
|
Model changes propagation [Was: Synchronous version of a "sink" call]
|
|
6
|
772
|
November 8, 2022
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
33
|
31311
|
October 10, 2022
|
Easy to reproduce Combine crash involving Future and concurrency (+ memory leak)
|
|
22
|
3744
|
October 4, 2022
|
Need explanation on combine and .receive triggering
|
|
4
|
990
|
September 29, 2022
|
Reference Cycle Between VM and VC Using Combine
|
|
0
|
233
|
August 17, 2022
|
Importance of scheduler in delay operator
|
|
0
|
365
|
August 16, 2022
|
AsyncStream with Combine
|
|
6
|
2163
|
July 12, 2022
|