进程间通信

作者: 介和 | 来源:发表于2019-03-05 15:05 被阅读0次

    https://segmentfault.com/a/1190000002400329

    1、CFMessagePort

    2、XPC可以被libxpc C API访问,或者是NSXPCConnection OC API

    3、XPC提供了一个便捷的方法来从dispatch_data_t数据类型进行转换,这样从GCD到XPC的工作流程就简化了:

    4、NSPasteboard

    5、Distributed Notifications:APICFNotificationCenterGetDistributedCenter 

    6、LightMessaging :http://iphonedevwiki.net/index.php/LightMessaging  ,https://github.com/rpetrich/LightMessaging

    相关文章

      网友评论

        本文标题:进程间通信

        本文链接:https://www.haomeiwen.com/subject/moxouqtx.html