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

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

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -