mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
b4d7655522
* Do not pass a milliseconds::max() timeout that will overflow when converted to nanoseconds * Avoid holding the task_queue_mutex_ while calling glfwWaitEventsTimeout * Use a signed type to hold the difference between a task's timestamp and the current engine time Fixes https://github.com/flutter/flutter/issues/40281