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
FIX/ENH: macos: dispatch timer tasks asynchronously to the main loop
Previously, the timers were dependent on the length of time it took for
the timer callback to execute. This dispatches the callback to
the task queue to avoid synchronously waiting on long-running callback
tasks.
0 commit comments