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
refactoring: move the initialization code into a separate function
When the script is long enough to contain multiple function, it's
nice to have a function like "main" instead of just a linear flow code.
The patch moves the initialization code of the queue module into
a separate function.
0 commit comments