1 min readMar 21, 2018
I also love queues, you can add “global requests bus” if you need to do requests from different application parts in right sequence
E.g. it allows you start authorization check and push all another requests before it ends. If auth request is OK, queue will continue, otherwise — requests won’t be called :)