标签: linux macos event-handling
eventfd是特定于Linux的。我需要移植一个在Linux上编写的库,它将这个事件通知系统用于OS X.有没有办法实现这个目的?
答案 0 :(得分:4)
两个选项是pipe和kqueue' s EVFILT_USER。这取决于使用eventfd的准确程度。
pipe
kqueue
EVFILT_USER
eventfd