rknell / dart_queue

A library to easily handle sequential queueing of futures in dart.
MIT License
57 stars 17 forks source link

don't remove from queue if future response has error #21

Open abhitheawesomecoder opened 6 months ago

abhitheawesomecoder commented 6 months ago

don't remove from queue if future response has error. Remove from queue based on response or condition.