Creating a Combine Publisher from an NIO ChannelHandler, and file writing
|
|
6
|
241
|
January 16, 2021
|
Does Future.init() guarantee its trailing closure is called before return?
|
|
11
|
339
|
January 13, 2021
|
Is there an easy way to inject a Combine Scheduler?
|
|
8
|
788
|
January 8, 2021
|
Subclass of an ObservableObject doesn't cause a render pass in SwiftUI when changing @Published properties defined in the subclass
|
|
4
|
357
|
January 4, 2021
|
EXC_BAD_INSTRUCTION with Combine throttle
|
|
6
|
1114
|
December 28, 2020
|
RunLoop.main or DispatchQueue.main when using Combine scheduler?
|
|
29
|
10340
|
December 10, 2020
|
Unexpected behaviour when flatMapping and emitting .finished
|
|
2
|
115
|
November 30, 2020
|
SwiftUI using Combine. I cannot get json on api request
|
|
4
|
256
|
November 25, 2020
|
Combine: how to collapse the publisher type?
|
|
6
|
211
|
November 24, 2020
|
Combine ObservableObject in UIKit
|
|
11
|
4039
|
November 23, 2020
|
Combine try to decode multiple times
|
|
4
|
817
|
November 18, 2020
|
'sink' never is called when using 'receive'
|
|
9
|
1882
|
November 13, 2020
|
Does 'assign(to:)' produce memory leaks?
|
|
12
|
4929
|
November 12, 2020
|
TicTacToe random error : Combine bug?
|
|
3
|
352
|
November 9, 2020
|
Swift Combine publisher won't trigger in flatMap after finished event
|
|
0
|
140
|
October 30, 2020
|
Subject's subscription cancelled before values are sent downstream
|
|
3
|
1502
|
October 26, 2020
|
Is this a normal behavior about Publisher.Share
|
|
2
|
278
|
October 25, 2020
|
Leak with Combine's sink
|
|
15
|
586
|
October 22, 2020
|
How to use Combine Timer.pubish(…) in Command Line Tool?
|
|
5
|
263
|
October 21, 2020
|
Question about valid uses of `ObservableObject`'s synthesized `objectWillChange`
|
|
10
|
2300
|
October 16, 2020
|
Combine publisher .store(in: ) memory usage
|
|
0
|
232
|
October 15, 2020
|
Unexpected behavior of `replaceNil(with:)`
|
|
6
|
360
|
October 8, 2020
|
Memory leak in Combine when using Concatenate with MergeMany
|
|
4
|
333
|
October 6, 2020
|
Unable to fix Deadlock when using combine
|
|
11
|
383
|
September 29, 2020
|
Why does Subject in Combine not conform to Subscriber
|
|
1
|
187
|
September 23, 2020
|
Possible Memory Leak w/Combine's Future Publisher?
|
|
5
|
1001
|
September 23, 2020
|
Is this a bug in @Published?
|
|
66
|
4802
|
September 18, 2020
|
Combine: Wrapped async call with Future, but Future.sink doesn't appear to complete
|
|
2
|
312
|
September 2, 2020
|
How to make combine's prefix operator inclusive?
|
|
8
|
394
|
August 9, 2020
|
Publishers.CombineLatest may lose values if all upstreams complete while its Subscriber is doing work
|
|
0
|
397
|
August 9, 2020
|