Basically I am trying to figure out how to make q.all (or some other q function) execute in order the way async.series does.  I thought maybe q.all([promise1,promise2,promise3...]).spread() might work, but I'm looking for some sort of justification or another way to do it.
            Asked
            
        
        
            Active
            
        
            Viewed 49 times
        
    1
            
            
         
    
    
        RadleyMith
        
- 1,313
- 11
- 22
- 
                    The section entitled "The Collection Kerfuffle" [here](http://taoofcode.net/promise-anti-patterns/) might help. – Roamer-1888 Jan 15 '15 at 00:45