NSMachPort
bravegogo
知行合一,积学养气
展开
-
iOS NSMachPort 线程与进程间的通信
原创:http://blog.csdn.net/yxh265/article/details/51483822 iOS线程间的通信 iOS中,两个线程之间要想互相通信,可以使用:NSMachPort 下面是例子 #define kMsg1 100 #define kMsg2 101 - (void)viewDidLoad { [super viewDidLoad]; ...转载 2018-07-25 11:20:22 · 2118 阅读 · 0 评论 -
CFRunLoop 学习 例子,控制 runloop 时间
#import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, t...转载 2018-07-25 12:03:38 · 512 阅读 · 0 评论