2011/3/27 Mark McDonnell <[email protected]>: > Hi, > > I've been searching for an article to explain how to implement > Promises/Defers/When/Then functionality but all I seem to find are articles > based on how to use client/sever-side js libraries that already implement it. > > I have found a couple of Promise examples via Github gusts but they are > extremely 'bare boned' and also don't explain how you could use them and for > someone like me I learn better through working examples. > > Any help would be really appreciated! > > Mark.
Maybe by reading the CommonJS Promises proposals some light might come. http://wiki.commonjs.org/wiki/Promises . Also there you can see implementations for some of the proposals. Also you may want to check out chain.js https://github.com/chriso/chain.js that is a chaniable system to handle async callbacks. -- Poetro -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
