js-signals icon indicating copy to clipboard operation
js-signals copied to clipboard

Can promises be implemented for async signal callbacks

Open bnarula opened this issue 7 years ago • 0 comments

I am using Crossroads.js in my project for front-end routing. There, we map a callback to the route, which is triggered with the help of this library. But since this callback function does some async tasks, I need a promise mechanism to keep the sequence as intended.

bnarula avatar May 03 '18 12:05 bnarula