标签: linux asynchronous .net-core task-parallel-library io-completion-ports
据我了解,Linux没有IO Completion Ports。 这可能就是为什么在Scala(JVM)中,开发人员应该explicitly notify关于阻塞操作的API。
但是,Task Parallel Library似乎并没有为开发人员提供此类细节。一切开箱即用。
但是如果在Linux上使用Mono / NetCore,那么如何避免线程匮乏呢?