2007-02-08
Concurrency via Generators in Javascript 1.7
Neil Mix, the author of Narrative Javascript, has a post about implementing concurrency in Javascript 1.7 using the new generators feature of the language.
His example is here and the threading code behind it is just 4K. The example requires Firefox 2.0 for the new Javascript 1.7 features.