每当收到数据包时如何发出 boost::signal ?
我知道 boost.asio 有一种机制,每当收到数据包时都会调用回调函数,但是否可以选择发出信号?
我必须编写一个发出信号的函数吗?
如果是这样,为什么?
I know that boost.asio has a mechanism that calls a callback function whenever a packet is received but is there an option to emit a signal instead?
Do I have to write a function that emits the signal?
If it is so, why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Boost.Phoenix 函数作为处理程序并让它发出信号。我不知道 Boost.Asio 中内置了任何东西来引发 boost::signal。
You could use a Boost.Phoenix function as your handler and have it raise the signal. I am not aware of anything built into Boost.Asio to raise a boost::signal.