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
s.summary = "Execute tasks sequentially, one after the other. gurantee only one task is running at any time"
s.description = "A simple implementation for a queue to execute tasks sequentially, as simplest as possible. Execute tasks sequentially, one after the other. gurantee only one task is running at any time"