IPC使用信令

时间:2017-05-08 17:26:26

标签: c linux fork

鉴于父流程P1和两个子流程P2P3,我希望在P2终止后从P2发送信号到P3 waitpid()(待命)所以他可以开始。我不想使用partent P1中的P2,而是希望信令机制同时参与P3P1,而kill()只是监控事件。我实际上看过... for dic in dict { let friend = Peoples() friend.photo_url = (dic["photo"] as? String) ?? "" friend.user_name = ((dic["user"]?["username"])! as String) friend.user_id = (dic["id"])! as! String friend.following = (dic["is_following"])! as! String self.peopleArr.append(friend) } dispatch_async(dispatch_get_main_queue(), { () -> Void in self.tableView.reloadData() }) ... 命令,但我不知道在这种情况下我应该使用哪种类型的信号。好吗?

0 个答案:

没有答案