[Combine] How to `debounce` specific events only?
|
|
5
|
721
|
November 29, 2023
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
17256
|
November 22, 2023
|
Promise is non-sendable type
|
|
2
|
268
|
November 10, 2023
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
8
|
5330
|
November 9, 2023
|
Combine pipeline that is triggered by one publisher but receives value from another
|
|
0
|
177
|
October 28, 2023
|
How to use Combine publisher with Swift concurrency? (Publisher.values could miss events)
|
|
6
|
1035
|
October 19, 2023
|
Confusing EXC_BAD_ACCESS with simple Combine Future usage
|
|
2
|
654
|
October 12, 2023
|
Un-explained crash inside DispatchQueue.sync with Swift RefCountBits
|
|
8
|
727
|
September 5, 2023
|
Using Mock/Protocol as @EnvironmentObject
|
|
3
|
1668
|
August 20, 2023
|
Code review request for a demonstration of Combine Publishers
|
|
0
|
256
|
August 5, 2023
|
Combine and Swift Concurrency Interop: Unexpectedly dropping values
|
|
2
|
533
|
July 19, 2023
|
Unexpected behaviour with async values of a filtered Publishers.CombineLatest
|
|
1
|
512
|
June 16, 2023
|
AsyncPublisher and Sendable
|
|
0
|
299
|
June 9, 2023
|
Memory leak issue while asynchronously iterating over async sequence
|
|
4
|
955
|
June 9, 2023
|
Combine and the road to Swift 6
|
|
4
|
2086
|
June 8, 2023
|
How does a Combine Publisher store a subscriber
|
|
2
|
985
|
April 23, 2023
|
Using Combine to implement local web service cache
|
|
0
|
391
|
April 8, 2023
|
How to mix async/await and Combine?
|
|
7
|
13392
|
March 31, 2023
|
Combine `.receive(on: RunLoop.main)` loses sent value. How can I make it work?
|
|
55
|
21138
|
March 30, 2023
|
Is there any advantage in using AnyPublisher with Swift 5.7?
|
|
19
|
5691
|
March 3, 2023
|
Using .run and await in to observe AnyPublisher<Value, Never> does not work
|
|
1
|
979
|
February 18, 2023
|
How can I filter a tuple with a Combine operator?
|
|
7
|
922
|
February 16, 2023
|
Is this a bug in @Published?
|
|
69
|
17093
|
February 8, 2023
|
What is the correct way to observe the changes from within a nested `ObservableObject`?
|
|
12
|
4609
|
January 30, 2023
|
How to subscribe to a @MainActor notification publisher?
|
|
11
|
2101
|
December 18, 2022
|
Publishing changes from background threads is not allowed
|
|
1
|
3470
|
November 15, 2022
|
AsyncPublisher causes crash in rather simple situation
|
|
11
|
1670
|
November 8, 2022
|
Model changes propagation [Was: Synchronous version of a "sink" call]
|
|
6
|
1056
|
November 8, 2022
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
33
|
32515
|
October 10, 2022
|
Easy to reproduce Combine crash involving Future and concurrency (+ memory leak)
|
|
22
|
4067
|
October 4, 2022
|