I am getting a lot of calls to a selector "setValue:" from a slider control - but setting this value takes an considerable amount of time.
In order to keep the UI responsive I need to rate limit the actual calls or move the value setting into an async background queue. While the queue sounds like the most easiest way around this, queuing the calls isn't really what I need either as only the last recent value in the queue is of interest. Right now I am not sure how to tackle this best yet. Any thoughts? cheers, Torsten _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com