Does `assign(to published: inout Published<Self.Output>.Publisher)` produce a memory leak
|
|
1
|
1416
|
September 2, 2021
|
Combine define scheduler for *first* publisher
|
|
3
|
1021
|
August 28, 2021
|
Combine ObservableObject in UIKit
|
|
12
|
14091
|
August 26, 2021
|
Combine map with switchToLatest confuse
|
|
0
|
804
|
August 24, 2021
|
How to implement assign(to:) for Catalina and friends?
|
|
0
|
336
|
August 23, 2021
|
Future will crash when it resolves, if handleEvents capture's self and self is de-allocated
|
|
0
|
504
|
July 18, 2021
|
Performance limit on receive(on:)?
|
|
1
|
391
|
July 8, 2021
|
Subscriber receives new values after subscription to Publishers.Delay publisher has been cancelled
|
|
6
|
2263
|
July 3, 2021
|
A brief rant on naming: Combine's "sink" operator
|
|
13
|
3701
|
July 2, 2021
|
Combine and using flatMap over an array of values
|
|
2
|
349
|
June 30, 2021
|
Implementing a protocol default implementation analogous to that of ObservableObject
|
|
4
|
1015
|
June 22, 2021
|
`Sink.receiveValue` is not called after `publisher.receive(on: backgroundQueue)`
|
|
1
|
2015
|
June 14, 2021
|
How to access @Published var from func outside of view?
|
|
1
|
2504
|
December 25, 2019
|
Combine: Creating a custom Publisher by wrapping another Publisher and operating on it
|
|
7
|
1475
|
May 24, 2021
|
Indeterministic behavior in Combine?
|
|
0
|
437
|
May 16, 2021
|
Block objectWillChange on @EnvironmentObject
|
|
10
|
1452
|
May 8, 2021
|
Custom publishing in property wrapper & exclusive memory access error (Obj-C KVO/SwiftUI bridging)
|
|
0
|
597
|
April 28, 2021
|
viewContext.execute(deleteRequest) doesn't call redrawing SwiftUI List
|
|
0
|
619
|
April 27, 2021
|
How to apply convertFromSnakeCase to decoder when using Combine?
|
|
6
|
736
|
April 19, 2021
|
Invoking a callback from a publisher
|
|
4
|
1015
|
April 13, 2021
|
How to make receive(on:) deliver value immediately if already on the correct scheduler?
|
|
1
|
650
|
March 22, 2021
|
TicTacToe random error : Combine bug?
|
|
6
|
1434
|
March 20, 2021
|
Synchronous dispatch in Combine?
|
|
0
|
342
|
February 26, 2021
|
Multiple Network Requests with Combine
|
|
0
|
525
|
February 23, 2021
|
Subclass of an ObservableObject doesn't cause a render pass in SwiftUI when changing @Published properties defined in the subclass
|
|
7
|
2890
|
February 16, 2021
|
Creating a Combine Publisher from an NIO ChannelHandler, and file writing
|
|
7
|
1221
|
January 23, 2021
|
Does Future.init() guarantee its trailing closure is called before return?
|
|
11
|
1487
|
January 13, 2021
|
Is there an easy way to inject a Combine Scheduler?
|
|
8
|
3570
|
January 8, 2021
|
EXC_BAD_INSTRUCTION with Combine throttle
|
|
6
|
3776
|
December 28, 2020
|
Unexpected behaviour when flatMapping and emitting .finished
|
|
2
|
890
|
November 30, 2020
|