buha.js
buha.js copied to clipboard
cool tech, can you provide use case
can you provide real-life example of why one might want to use this?
why push sync function using buha vs. just running sync function normally?
@freeslugs Yes sure if its only sync you dont need a task queue but if your events are combinations of async / sync event or only async events and you want them to run in a chronological order you can use this task queue
I think it would be cool to see this off load the queue into a service worker. Might I submit a PR for that?
@germangamboa95 Sure !
Awesome I'll start work on that.
:+1: