Multithreaded Javascript on its way: Web Workers(developer.mozilla.org)
developer.mozilla.org
Multithreaded Javascript on its way: Web Workers
https://developer.mozilla.org/web-tech/2008/12/04/web-workers-part-2/
https://developer.mozilla.org/web-tech/2008/12/04/web-workers-part-2/
the spec does say message-passing is the coordination mechanism, but that does not automatically imply mutexes and conditional waits...