监控活动的守护进程
我正在从事某种可能偶尔会被中断的沟通。为此,我需要某种在 5 秒后触发的监视器,如果不是同时已通过任何有效通信重置以开始等待另外 5 秒,依此类推......
谢谢!
I am working on some kind of communication which might get interrupted once in a while. For this I need some kind of monitor that fires after 5 seconds, if not in the meantime has been reset by any valid communication to start waiting for another 5 seconds, and so on....
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 NSTimer 类。
Take a look at the NSTimer class.