LeeCampbell/RxCookbook

PropertyChanges with Initial value

LeeCampbell opened this issue · 0 comments

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.