Using Mock/Protocol as @EnvironmentObject
|
|
4
|
4533
|
February 19, 2024
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
9
|
14298
|
January 7, 2024
|
Does 'assign(to:)' produce memory leaks?
|
|
14
|
20928
|
November 22, 2023
|
Combine pipeline that is triggered by one publisher but receives value from another
|
|
0
|
352
|
October 28, 2023
|
Un-explained crash inside DispatchQueue.sync with Swift RefCountBits
|
|
8
|
4262
|
September 5, 2023
|
Code review request for a demonstration of Combine Publishers
|
|
0
|
427
|
August 5, 2023
|
Combine and Swift Concurrency Interop: Unexpectedly dropping values
|
|
2
|
1591
|
July 19, 2023
|
Unexpected behaviour with async values of a filtered Publishers.CombineLatest
|
|
1
|
737
|
June 16, 2023
|
How does a Combine Publisher store a subscriber
|
|
2
|
2678
|
April 23, 2023
|
Using Combine to implement local web service cache
|
|
0
|
602
|
April 8, 2023
|
How to mix async/await and Combine?
|
|
7
|
19167
|
March 31, 2023
|
Combine `.receive(on: RunLoop.main)` loses sent value. How can I make it work?
|
|
55
|
23886
|
March 30, 2023
|
Using .run and await in to observe AnyPublisher<Value, Never> does not work
|
|
1
|
1441
|
February 18, 2023
|
How can I filter a tuple with a Combine operator?
|
|
7
|
1654
|
February 16, 2023
|
How to subscribe to a @MainActor notification publisher?
|
|
11
|
5099
|
December 18, 2022
|
Publishing changes from background threads is not allowed
|
|
1
|
5103
|
November 15, 2022
|
AsyncPublisher causes crash in rather simple situation
|
|
11
|
2516
|
November 8, 2022
|
Model changes propagation [Was: Synchronous version of a "sink" call]
|
|
6
|
1789
|
November 8, 2022
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
33
|
37871
|
October 10, 2022
|
Easy to reproduce Combine crash involving Future and concurrency (+ memory leak)
|
|
22
|
5786
|
October 4, 2022
|
Need explanation on combine and .receive triggering
|
|
4
|
2822
|
September 29, 2022
|
Reference Cycle Between VM and VC Using Combine
|
|
0
|
376
|
August 17, 2022
|
Importance of scheduler in delay operator
|
|
0
|
483
|
August 16, 2022
|
AsyncStream with Combine
|
|
6
|
5484
|
July 12, 2022
|
How is the `Published` property wrapper implemented?
|
|
11
|
6702
|
June 20, 2022
|
AsyncPublisher Blocks subsequent calls
|
|
1
|
687
|
June 17, 2022
|
Handling "infinite" values of a publisher in a MainActor
|
|
3
|
1718
|
June 9, 2022
|
How to pause and resume a Combine Publisher?
|
|
0
|
2348
|
June 8, 2022
|
Effect.future closure call is not received / is not processed / is lost
|
|
2
|
834
|
June 7, 2022
|
Combine's .collect(.byTime) schedules a repeating timer?
|
|
1
|
1983
|
May 21, 2022
|