linux - OS X alternative to eventfd -


Linux specific I need a library port written on Linux that uses OS X to use this event notification system. Is there any way to accomplish this?

two options a pipe and kqueue S EVFILT_USER . It depends on how the eventfd is being used.


Comments

Popular posts from this blog

mysql - How to enter php data into a html multiple select box -

java - Can't add JTree to JPanel of a JInternalFrame -

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -