Rightpoint / RZDataBinding

Lightweight KVO-based data binding options.
Other
543 stars 57 forks source link

Better Thread Safety #55

Closed jvisenti closed 8 years ago

jvisenti commented 8 years ago

Attempts to fix #54

KingOfBrian commented 8 years ago

Looks good @jvisenti -- The observer container reads nicely and minimizes the amount of exposed @synchronized nicely.