RunLoop 的四种状态
- source0 // 处理触摸事件 例如:performSelector:onThread
- Source1 // 基于Port 的线程间通信
- Timers // NSTimer performSelector:withObject:afterDelay
- Observers // 用于监听RunLoop的状态 UI 刷新 (BeforeWaiting) AutoRelease pool (BeforeWaiting)
本文标题:RunLoop 的四种状态
本文链接:https://www.haomeiwen.com/subject/ziqvjctx.html
网友评论