退出 avahi 上的投票?

发布于 2024-08-09 00:36:04 字数 141 浏览 7 评论 0原文

我已阅读 示例代码 但我似乎找不到退出条件线程式民意调查。

有什么线索吗?

I've read the example code but I can't seem to find the exit condition(s) for the threaded poll.

Any clues?

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

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

发布评论

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

评论(1

十二 2024-08-16 00:36:04

看起来只要您不从主循环调用 avahi_threaded_poll_stop(threaded_poll) (或从助手内部调用 ..._quit ),线程循环就会运行线) 。您可能希望在客户端回调返回 AVAHI_CLIENT_FAILURE 时执行此操作。 (请参阅 客户端示例

这就是您问的原因吗?

It looks like the threaded loop will be running as long as you don't call: avahi_threaded_poll_stop(threaded_poll) from the main loop (or ..._quit from inside the helper thread) . You may want to do so when the client callback returns AVAHI_CLIENT_FAILURE. (see client exemple)

Is that why you asked?

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