Parallelizing is here to stay, the question is how. As I've mention earlier:
wouldn't it make sense if parallel support was added to the languages them self, not to the class library?
Here's another library solution, from F#:
let task1 = async { return 10+10 }
let task2 = async { return 20+20 }
No comments:
Post a Comment