MyGit

6.5.0

ReactiveX/RxSwift

版本发布时间: 2022-01-15 03:22:23

ReactiveX/RxSwift最新发布版本:6.7.1(2024-05-01 23:50:41)

RxSwift 6.5.0 - Swift Concurrency is here! 🎊💯

You can now use await on Observable-conforming objects (as well as Driver, Signal, Infallible, Single, Completable) using the following syntax:

do {
  for try await value in observable.values {
      print(value) // Next event
  }
  // Completed here
} catch {
  // Error event
  print("An error occurred:", error.localizedDescription)
}

Check out the full documentation for additional information: https://github.com/ReactiveX/RxSwift/blob/main/Documentation/SwiftConcurrency.md

相关地址:原始地址 下载(tar) 下载(zip)

1、 RxSwift.xcframework.zip 82.34MB

查看:2022-01-15发行的版本