inamiy / RxProperty

A get-only `BehaviorRelay ` that is (almost) equivalent to ReactiveSwift's `Property`
MIT License
85 stars 8 forks source link

Refactor `RxProperty` (`BehaviorRelay`-based lifetime-independency) #4

Closed inamiy closed 5 years ago

inamiy commented 6 years ago

Successor of #3 .

This PR will now internally use BehaviorRelay rather than Variable so that it is no longer emit .completed on its deallocation.