Creating a Combine Publisher from an NIO ChannelHandler, and file writing
|
|
6
|
221
|
January 16, 2021
|
Does Future.init() guarantee its trailing closure is called before return?
|
|
11
|
336
|
January 13, 2021
|
Is there an easy way to inject a Combine Scheduler?
|
|
8
|
780
|
January 8, 2021
|
Subclass of an ObservableObject doesn't cause a render pass in SwiftUI when changing @Published properties defined in the subclass
|
|
4
|
349
|
January 4, 2021
|
EXC_BAD_INSTRUCTION with Combine throttle
|
|
6
|
1100
|
December 28, 2020
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
29
|
10272
|
December 10, 2020
|
Unexpected behaviour when flatMapping and emitting .finished
|
|
2
|
112
|
November 30, 2020
|
SwiftUI using Combine. I cannot get json on api request
|
|
4
|
253
|
November 25, 2020
|
Combine: how to collapse the publisher type?
|
|
6
|
210
|
November 24, 2020
|
Combine ObservableObject in UIKit
|
|
11
|
4013
|
November 23, 2020
|
Combine try to decode multiple times
|
|
4
|
800
|
November 18, 2020
|
'sink' never is called when using 'receive'
|
|
9
|
1867
|
November 13, 2020
|
Does 'assign(to:)' produce memory leaks?
|
|
12
|
4888
|
November 12, 2020
|
TicTacToe random error : Combine bug?
|
|
3
|
351
|
November 9, 2020
|
Swift Combine publisher won't trigger in flatMap after finished event
|
|
0
|
137
|
October 30, 2020
|
Subject's subscription cancelled before values are sent downstream
|
|
3
|
1495
|
October 26, 2020
|
Is this a normal behavior about Publisher.Share
|
|
2
|
277
|
October 25, 2020
|
Leak with Combine's sink
|
|
15
|
578
|
October 22, 2020
|
How to use Combine Timer.pubish(…) in Command Line Tool?
|
|
5
|
260
|
October 21, 2020
|
Question about valid uses of `ObservableObject`'s synthesized `objectWillChange`
|
|
10
|
2286
|
October 16, 2020
|
Combine publisher .store(in: ) memory usage
|
|
0
|
224
|
October 15, 2020
|
Unexpected behavior of `replaceNil(with:)`
|
|
6
|
353
|
October 8, 2020
|
Memory leak in Combine when using Concatenate with MergeMany
|
|
4
|
330
|
October 6, 2020
|
Unable to fix Deadlock when using combine
|
|
11
|
377
|
September 29, 2020
|
Why does Subject in Combine not conform to Subscriber
|
|
1
|
185
|
September 23, 2020
|
Possible Memory Leak w/Combine's Future Publisher?
|
|
5
|
988
|
September 23, 2020
|
Is this a bug in @Published?
|
|
66
|
4775
|
September 18, 2020
|
Combine: Wrapped async call with Future, but Future.sink doesn't appear to complete
|
|
2
|
303
|
September 2, 2020
|
How to make combine's prefix operator inclusive?
|
|
8
|
387
|
August 9, 2020
|
Publishers.CombineLatest may lose values if all upstreams complete while its Subscriber is doing work
|
|
0
|
397
|
August 9, 2020
|