QLNEO Posted October 24, 2017 Share Posted October 24, 2017 I read somewhere (can't remember where right now) that Signals are just wrappers for Promises. Is there a way to do something like Promise.all() but with Signals? That is, firing an event listener after every signal in a list of signals is sent? Or do I have to create a Promise to wrap these signals? (That question could be extended to Promise.race() as well) Link to comment Share on other sites More sharing options...
samme Posted October 24, 2017 Share Posted October 24, 2017 I think you'll have to make a wrapper (and use addOnce). Link to comment Share on other sites More sharing options...
Recommended Posts