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 default `start_event_loop` is not as efficient as it could be for
non-interactive backends (it runs a busy loop) but if you really care
you should just call time.sleep in that case.
Meanwhile, this avoids the need for third-party interactive backends to
register themselves into rcsetup.interactive_bk in order to be correctly
pause()able.
0 commit comments