Is there any way when using coalescing notifications on NSNotificationQueues
to control the time range?
I would like to coalesce e.g. for the next second, but as I understand the options available it's either immediately or on next run loop invocation or 'when idle'..
Any other way to e.g. coalesce over a longer time range?
I'm basically looking for a way to gather all user events (like pinch-to-zoom) over a small time range and launch an expensive operation only after the user apparently stopped zooming/etc.