Closed
Description
The flutter/engine GLFW implementation makes use of the custom_task_runners
.
The implementation is available here: flutter/engine@4e344e6 , it is just a matter of porting it to go-flutter.
The use of a custom event loop interop will resolve some delay experienced by plugin author #132 (comment) , and it will able us to have 'true' passive sleep. (instead of fetching platform message every 0.016 seconds even when there is no message available)