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
When using the core.downloader the SIGINT signal is catched for a graceful shutdown.
Which means if gen() is currently blocking, it's not possible to cancel the program with ctrl+c.
When using the core.downloader the SIGINT signal is catched for a graceful shutdown.
Which means if gen() is currently blocking, it's not possible to cancel the program with ctrl+c.