buha.js icon indicating copy to clipboard operation
buha.js copied to clipboard

cool tech, can you provide use case

Open freeslugs opened this issue 6 years ago • 5 comments

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 avatar Jan 09 '19 06:01 freeslugs

@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

flouthoc avatar Jan 09 '19 06:01 flouthoc

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 avatar Jan 10 '19 05:01 germangamboa95

@germangamboa95 Sure !

flouthoc avatar Jan 10 '19 07:01 flouthoc

Awesome I'll start work on that.

germangamboa95 avatar Jan 15 '19 15:01 germangamboa95

:+1:

flouthoc avatar Jan 16 '19 06:01 flouthoc