EPOLLET is an input-only flag and is not returned by
epoll_wait. This helper is useful for inspecting registration masks, not output events.
Parameters
nativeMask | Native epoll event bit-mask. |
Returns
true when EPOLLET is present in the mask.bool isEdgeTriggered(uint nativeMask) static pure @safe nothrow @nogcCheck whether a native epoll event mask has edge-triggered mode set.
EPOLLET is an input-only flag and is not returned by
epoll_wait. This helper is useful for inspecting registration masks, not output events.
nativeMask | Native epoll event bit-mask. |
true when EPOLLET is present in the mask.