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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -