Closed JosuGZ closed 11 months ago
Depends on the mode registered:
Oneshot
(default) and Level
triggered modes, the event would be delivered. For any of these modes, they emit events if the source is ready, no matter when the readiness started.Edge
triggered is more complicated. Here it only happens if the event happens during the wait.
Let's say we have the following flow:
Currently I get the read event, but I'm not sure if this is guaranteed to happen (I think it should, since even without sleeping, events could happen just before the "modify").
Perhaps this could be clarified in the documentation.