tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

Improve performance of type-safe effect cancel token lookup #27

Closed jeffersonsetiawan closed 2 years ago

jeffersonsetiawan commented 2 years ago

https://github.com/pointfreeco/swift-composable-architecture/pull/1077

Use CancelId.self as key for cancellation

ivanbagaskara commented 2 years ago

https://github.com/tokopedia/RxComposableArchitecture/pull/47 Use CancelId.self: https://github.com/tokopedia/RxComposableArchitecture/pull/48