EventLoop
doesn't wake up reliably when setting control_flow
to ControlFlow::WaitUntil
#988
Labels
EventLoop
doesn't wake up reliably when setting control_flow
to ControlFlow::WaitUntil
#988
Describe the bug
When setting the
control_flow
argument of the closure passed to theEventLoop::run
function toControlFlow::WaitUntil
, the event loop wakes up a couple of times and then stops until an event arrives.Steps To Reproduce
Expected behavior
The event loop should wake up after 16ms if no event arrives.
Platform and Versions (please complete the following information):
OS: Linux
Rustc: 1.83.0-nightly (9e394f551 2024-09-25)
Additional context
Happens with the current tao release and dev branch (commit c49b83a).
The text was updated successfully, but these errors were encountered: