.NET 中 NSOperationQueue 的等效项

发布于 2024-10-19 09:59:46 字数 165 浏览 2 评论 0原文

只是想知道是否有人可以告诉我 NSOperationQueue(来自 MacOS/iOS)在 c#/.Net 中的等效项是什么。

对于那些不熟悉它的人来说,它是一个线程队列。您可以设置优先级以及并发操作,它将通过队列运行您一次设置的线程数。一旦线程完成,就会加载一个新线程。

谢谢,本

Just wondering if anyone can tell me what the equivalent of NSOperationQueue (from MacOS/iOS) is in c#/.Net.

For those unfamiliar with it, it is a queue of threads. You can set priorities and also concurrent actions and it will work through the queue running how ever many threads you set at a time. Once the thread is complete a new one is loaded.

Thanks, Ben

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

情痴 2024-10-26 09:59:47

我已经有一段时间没有编写大量 C# 代码了,但我曾经使用 线程池。让它变得非常简单,就像 NSOperationQueue 一样。

It's been a while since I've done much C# code, but I used to use ThreadPools. Makes it real easy, like the NSOperationQueue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文