Thomasdezeeuw/gaea

Fix Awakener on kqueue platforms without EVFILT_USER

Closed this issue · 2 comments

NetBSD doesn't have EVFILT_USER which the Awakener uses.

OpenBSD doesn't have EVFILT_USER either.

A possible solution for these platforms is to fall back to writing to a pipe trick.