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