Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
7
|
2617
|
May 10, 2023
|
Memory leak issue while asynchronously iterating over async sequence
|
|
3
|
343
|
April 24, 2023
|
How does a Combine Publisher store a subscriber
|
|
2
|
397
|
April 23, 2023
|
Using Combine to implement local web service cache
|
|
0
|
212
|
April 8, 2023
|
Using Mock/Protocol as @EnvironmentObject
|
|
2
|
403
|
April 5, 2023
|
How to mix async/await and Combine?
|
|
7
|
11028
|
March 31, 2023
|
Combine `.receive(on: RunLoop.main)` loses sent value. How can I make it work?
|
|
55
|
19342
|
March 30, 2023
|
Is there any advantage in using AnyPublisher with Swift 5.7?
|
|
19
|
3521
|
March 3, 2023
|
Using .run and await in to observe AnyPublisher<Value, Never> does not work
|
|
1
|
753
|
February 18, 2023
|
How can I filter a tuple with a Combine operator?
|
|
7
|
556
|
February 16, 2023
|
Is this a bug in @Published?
|
|
69
|
15019
|
February 8, 2023
|
What is the correct way to observe the changes from within a nested `ObservableObject`?
|
|
12
|
1753
|
January 30, 2023
|
How to subscribe to a @MainActor notification publisher?
|
|
11
|
1211
|
December 18, 2022
|
Publishing changes from background threads is not allowed
|
|
1
|
2003
|
November 15, 2022
|
AsyncPublisher causes crash in rather simple situation
|
|
11
|
1229
|
November 8, 2022
|
Model changes propagation [Was: Synchronous version of a "sink" call]
|
|
6
|
474
|
November 8, 2022
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
33
|
29664
|
October 10, 2022
|
Easy to reproduce Combine crash involving Future and concurrency (+ memory leak)
|
|
22
|
3427
|
October 4, 2022
|
Need explanation on combine and .receive triggering
|
|
4
|
644
|
September 29, 2022
|
Reference Cycle Between VM and VC Using Combine
|
|
0
|
164
|
August 17, 2022
|
Importance of scheduler in delay operator
|
|
0
|
310
|
August 16, 2022
|
Unexpected behaviour with async values of a filtered Publishers.CombineLatest
|
|
0
|
247
|
August 13, 2022
|
AsyncStream with Combine
|
|
6
|
1490
|
July 12, 2022
|
How is the `Published` property wrapper implemented?
|
|
11
|
2492
|
June 20, 2022
|
AsyncPublisher Blocks subsequent calls
|
|
1
|
383
|
June 17, 2022
|
Handling "infinite" values of a publisher in a MainActor
|
|
3
|
797
|
June 9, 2022
|
How to pause and resume a Combine Publisher?
|
|
0
|
1067
|
June 8, 2022
|
Effect.future closure call is not received / is not processed / is lost
|
|
2
|
438
|
June 7, 2022
|
Combine's .collect(.byTime) schedules a repeating timer?
|
|
1
|
1025
|
May 21, 2022
|
Using Combine publishers in the reducer
|
|
1
|
712
|
May 12, 2022
|