MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
352 stars 15 forks source link

Add cancelAll, last, lastSuccessful to TaskGroup #5

Open MartinMalinda opened 4 years ago

MartinMalinda commented 4 years ago

Make TaskGroup have all the properties of Task, minus the perfoming.