Skip to content

Wire up custom event loop interop #175

Closed
@pchampio

Description

@pchampio

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    GLFWembedderIssue concerns the embedder packageengineDepends on support form the Flutter EngineenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions