This support forum belongs to the Asynchronous Command Queue Gallery Module.
Asynchronous Command Queue has a bug tracker here: https://github.com/solmsted/yui3-gallery/issues
| Page 1 of 1 | [ 2 posts ] |
|
Thanks for building this. It's actually similar to an idea I had a couple years back, called Transaction, with a mind to standardize all async operations in the library core to a common interface. This interface (what you have as AsyncCommand) would then be reliable for queuing via AsyncQueue. It started as a proposal from work being done on IO back in the very early versions, but came in too close to code freeze and was tabled.
It may yet see the light of day, as I'm doing some exploratory work on IO right now. FWIW, I'm also the author of AsyncQueue (it's moved away from its original simple elegance IMO, and I want to see it restored). The other great idea here is the batching of operations reporting a single complete event. I've wanted a generic event grouping mechanism in the library for some time, but haven't gotten around to adding it. It's good to see that I'm not the only one thinking about this. Keep up the good work. |
|
Thank you! It is good to know I have done something well. I originally wrote this for the startAll functionality; there were a couple projects that started to get ugly checking for what requests returned in what order. At that time, I don''t think AsyncQueue had a spot on the YUI 3 front page, but I found it in the API docs. When I realized I could use the same queue for both types of functionality, the rest just fell into place. Now I use this all the time.
|
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group