What APIs to use for implement CSP / GoRoutines in .NET/F#
问题 I return to .NET after leave for a while in the 2.0 days. Now, I see a lot of APIs/libraries to manage concurrency in .NET. I like how GoRoutines feel and wish to have something alike in .NET/F#, but I'm unsure about what will be the better foundation for it. Is important to remember that goroutines work for both IO-bound and CPU-bound scenarios. P.D: I have full control of the codebase, and last .NET versions for F#/.NET in both windows & mono 来源: https://stackoverflow.com/questions/35493139