I'm just starting to port some existing POSIX-compatible code to iOS. From what I am compiling, pthreads are available (good), but the compiler does not find. Is epoll available for iOS?
No. epoll is a Linux-specific system call.
epoll
The closest equivalent to Darwin's kernel is kqueue , but I strongly suspect that the SPI in question (and therefore the ban) on iOS.
kqueue
Source: https://habr.com/ru/post/1493034/More articles:Including google maps api in chrome extension / alternative to document.write - javascriptReception error: reverse value for '()' arguments and keyword arguments not found - pythonSelection in D3, jQuery - javascriptSelect () does not recognize changes through FD_SET when locking - cFormatting strings in C # to get the same spacing - c #Limit wxPython MultiSplitterWindow panes - pythonResizing a legend in AChartEngine - androidShow Toast from static method in Android - androidPostgres does not return lastval () correctly - postgresqlRaspberry pi will not send serial data to arduino using either minicom or python - pythonAll Articles