gpt4 book ai didi

c# - 标记所有等待冗长操作的线程

转载 作者:太空宇宙 更新时间:2023-11-03 11:00:02 26 4
gpt4 key购买 nike

我目前正在加快 C# 和 Task 等多线程的速度

我正在阅读以下内容 article当有什么东西突然冲向我时

标题下:

The following are best practices when using a thread pool:

有一个声明:

Mark all threads that are waiting on lengthy operations (such as I/O flushes or resource cleanup) so that the thread pool can allocate new threads instead of waiting for this one.

但没有解释这实际上意味着什么或如何实现这一点。有人可以解释一下/提供一个示例,说明我如何“标记” Task 为冗长的操作吗?

最佳答案

像这样:

Task.Factory.StartNew(() => { }, TaskCreationOptions.LongRunning);

关于c# - 标记所有等待冗长操作的线程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18055448/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com