Arkadii Ivanov
07/17/2020, 8:20 PMCompletable.blockingAwait()
operator (#497)
• Added getValue
and setValue
extensions for atomics delegation (#496)
• Added KDocs for interfaces with factory functions (#495)
• Added Emitter.setCancellable {}
extension function (#503)
• Added TestScheduler.isManualProcessing
variable property (#506)
• Fixed a bug when some collection-based operators did not complete when the collection is empty (#501 by @amihusb)Arkadii Ivanov
07/17/2020, 8:27 PMshikasd
07/17/2020, 8:38 PMDisposableScope
:)Arkadii Ivanov
07/17/2020, 8:51 PMshikasd
07/17/2020, 8:54 PMvar value by BehaviorSubject<Int>()
value = 0 // translates to subject.onNext(0)
println(value) // translates to subject.getValue()
Arkadii Ivanov
07/17/2020, 8:56 PMDisposableScope
, how is it related?shikasd
07/17/2020, 9:32 PMArkadii Ivanov
07/17/2020, 10:03 PM