Rx.Net Throttle
Hi i am using a throttle of 300ms iwith the Observables in RX.NET to debounce basically multiple clicks in Xamarin but it seems that it eats up all my clicks.
Anyone has any idea?
Code example is Observable.FromEventPattern(enter click handler here).Throttle(TimeSpan.FromMilliseconds(300));
0 comments:
Post a Comment