|
|
|
|
|
by andywhite37
4723 days ago
|
|
I like your approach with your await library. You're probably aware of this, but the jQuery "Deferred" implementation of promises has a similar mechanism that I'm not sure is common in other JavaScript promise implementations: $.when() http://api.jquery.com/jQuery.when/ |
|