ios - kqueue on iphone? -


i porting linux server ios. single threaded, event driven design uses kqueue on osx handle sockets , other events. there similar on ios?

thanks!

you try using corefoundation. cfrunloop can run event loop you, sources including file descriptors , sockets.


Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -