I need a compact JavaScript library that handles Promises/Defers for handling multiple AJAX requests with MooTools. Most of the libraries I've come across use setTimeout functions in their examples, which doesn't demonstrate how to utilize the returned JSON or HTML in the Deferred callback triggered upon completion of all requests.
Any recommendations on where I can find such a library?