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