What APIs to use for implement CSP / GoRoutines in .NET/F#

故事扮演 提交于 2019-12-12 03:32:04

问题


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/what-apis-to-use-for-implement-csp-goroutines-in-net-f

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!