Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁告诉是 GNUstep NSRunLoop 扩展功能:
这种方法有效吗?如何设置参数数据?我设置了一个管道来读取文件描述,但它似乎不能正常工作。真的很难弄清楚这个问题,有人可以帮助我吗?
This method works. Please show more of your code.
eg. for reading, [[NSRunLoop currentRunLoop] addEvent: (void*)anFd type: ET_RDESC watcher: anObj // must implement receivedEvent:type:extra:forMode: forMode: NSDefaultRunLoopMode]; // rtfm