串行线程/任务叫什么?

发布于 2024-12-11 12:17:16 字数 104 浏览 0 评论 0原文

当您有多个执行速度非常快的任务,而不是真正的线程时,您只需将它们扔到某个基于任务的队列中,该队列将串行执行它们,这叫什么。拥有的核心越多,队列的消耗速度就越快。我知道它有一个名字,但我不记得了。

Whats it called when you have multiple task that are very quick to execute but instead of having real threads you just toss them into some task based queue which will execute them serially. The more cores you have the faster the queue can be consumed. I know theres a name for it but i cant remember.

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

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

发布评论

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

评论(1

悲欢浪云 2024-12-18 12:17:16

您是否正在考虑串行调度队列?

Are you thinking of a Serial Dispatch Queue?

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