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
Post a Comment