You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PinPoller interface appears to only support edge-triggered interrupts. Are there any plans to support level-triggering? It's the same code but without hardcoding the EPOLLET flag.
The text was updated successfully, but these errors were encountered:
That's a good idea; I'll leave this open as a tracking ticket for adding that support. Let me know if you would like to take a shot at proposing a new interface that supports this.
The
PinPoller
interface appears to only support edge-triggered interrupts. Are there any plans to support level-triggering? It's the same code but without hardcoding theEPOLLET
flag.The text was updated successfully, but these errors were encountered: