You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thinking when I created this issue was primarily to not worry about blocking whoever is calling the current callback function. I.e. allowing it (CDEventsCallback(…)) to return almost instantaneously instead of as now, where it loops through the possibly large list of events, after quite some time.
Possibly use a serial GCD-queue instead of the current callback function.
The text was updated successfully, but these errors were encountered: