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.
我正在将 linux 服务器移植到 ios。它是一个单线程、事件驱动的设计,在 OSX 上使用 kqueue 来处理套接字和其他事件。ios上有类似的吗?
谢谢!
您可以尝试使用 CoreFoundation。CFRunLoop可以为您运行事件循环,其来源包括文件描述符和套接字。
CFRunLoop