MPQueue - 它是什么以及如何使用它?

发布于 2024-08-17 16:29:41 字数 386 浏览 15 评论 0 原文

我遇到了一个让我击败的错误。幸运的是,我在这里找到了一个工作(没有必要阅读来回答这个问题) -

http://lists.apple.com/archives/quartz-dev/2009/Oct/msg00088.html

问题是,我不明白这一切。我对事件点击等没问题,但我应该使用 MPQueue“设置一个线程安全队列”,向其中添加事件,稍后将它们拉回来。

谁能告诉我 MPQueue 是什么,以及如何创建 MPQueue - 以及如何添加项目和读取/删除项目?谷歌根本没有提供任何帮助。

I encountered a bug that has me beat. Fortunately, I found a work around here (not necessary reading to answer this q) -

http://lists.apple.com/archives/quartz-dev/2009/Oct/msg00088.html

The problem is, I don't understand all of it. I am ok with the event taps etc, but I am supposed to 'set up a thread-safe queue) using MPQueue, add events to it pull them back off later.

Can anyone tell me what an MPQueue is, and how I create one - also how to add items and read/remove items? Google hasn't helped at all.

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

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

发布评论

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

评论(1

阳光的暖冬 2024-08-24 16:29:41

它是

…[A]消息队列…可用于以抢先安全的方式通知(即发送)和等待(即接收)由三个指针大小的值组成的消息。

It's one of the Multiprocessing Services APIs.

… [A] message queue… can be used to notify (that is, send) and wait for (that is, receive) messages consisting of three pointer-sized values in a preemptively safe manner.

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