RxCookbook icon indicating copy to clipboard operation
RxCookbook copied to clipboard

PropertyChanges with Initial value

Open LeeCampbell opened this issue 11 years ago • 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.

LeeCampbell avatar Jun 04 '13 14:06 LeeCampbell