GeoTecINIT / nativescript-task-dispatcher

NativeScript-based mobile background task scheduler and dispatcher
Apache License 2.0
18 stars 6 forks source link

Enable support for event-based parallel task execution #10

Closed agonper closed 3 years ago

agonper commented 3 years ago

The main aim of this PR is to allow to execute tasks in parallel in reaction to any event that becomes triggered. To achieve that the following elements have been implemented:

Aside from this main aim, other things have been solved:

matey97 commented 3 years ago

Well, I think I understood almost everything 😡 and I have only one thing to say: Wow, very clever work Alberto! πŸ‘

agonper commented 3 years ago

Thanks Miguel! It's a bit crazy, indeed. But it works and I think it is resilient. I'm going to merge #9, then I'll propagate the changes to this branch to see that everything is working as expected. Once done, I'll let you know to give it a last look. Many thanks for your time πŸ˜‰

agonper commented 3 years ago

Done @matey97! Seems to perform well. Could you have a look to the latest changes? Also, it could be good if you could run the tests and the demo app on your devices to see that everything is working as expected. Whenever you have time, don't worry. Many thanks in advance

matey97 commented 3 years ago

I ran the tests and the demo app in my devices and all work as expected!! Nice work!!