Search code examples
asynchronousio-completion-ports

IO COmpletion Ports for Mac OS X


Is there any equivalent of IO COmpletion ports on Mac OS X for implementing Asynchronous IO on files....

Thank you....


Solution

  • Since you asked for a Windows specific feature for OS X, instead of using kqueue directly you may try libevent. It's a thin wrapper to different AIO mechanisms and it work on both platforms.