RenoJS / meetups

RenoJS meetups presentations, talks and suggestions
9 stars 1 forks source link

Discuss the Javascript Async model #11

Open supernullset opened 11 years ago

supernullset commented 11 years ago

How, why, what does it mean?

Discussion on setTimeout and how it is evaluated. What is a JQuery "Promise"? How can you take advantage of the async model without suffering from callback hell?

Further discussion: Parallel and Concurrent JS

colinloretz commented 10 years ago

Check out #19

supernullset commented 10 years ago

I still think that this would be extremely useful, especially now that promises have been added to the JS language. I would be happy to take this one if people show interest.