RxCookbook
RxCookbook copied to clipboard
PropertyChanges with Initial value
Extend the INPC samples to also allow for getting the initial value. The difficulty here is providing a thread-safe implementation. Trying to get the current value and subscribing to the change sequence has an unavoidable race condition.