How to get parallel behavior in Java Script ?

Posted by Biswanath on Stack Overflow See other posts from Stack Overflow or by Biswanath
Published on 2010-05-01T12:53:44Z Indexed on 2010/05/01 12:57 UTC
Read the original article Hit count: 136

Filed under:

More or less I want to execute two functions in parallel. One way as I see is doing through SetTimeOut function.

I have not completely gone through the ReactiveExentension, although it looks promising but may be overkill for my needs.

Is there any framework which supports parallelism ?

My use case is trivial, but I would like to know if anybody heavily needed parallelism in Java Script ?

Thanks, Biswanath.

© Stack Overflow or respective owner

Related posts about JavaScript