Jscex: makes async programming in JavaScript as simple as normal code.github.com3 points·by jeffz·15 anni fa·0 comments
jeffz·15 anni fa·discussDid anyone checkout Jscex? It basically has the same goal but implement as a library. https://github.com/JeffreyZhao/jscex
jeffz·15 anni fa·discussSorry, but since C# 2.0 we could just write "new Thread(DoStruff)" or "SomeDelegate del = SomeMethod".