icanzilb / TaskQueue

A Task Queue Class developed in Swift (by Marin Todorov)
MIT License
682 stars 74 forks source link

Is it possible to have an active queue all the time #26

Open artangco opened 5 years ago

artangco commented 5 years ago

Is it possible to have an active queue available that I feed tasks I need to run in order. In my case I don't have the tasks ahead of time before I call .run. Is that possible?