Skip to content

Import FML event loop #149

@xiaowei-guan

Description

@xiaowei-guan

As we konw, we created a new thread event loop for vsync waiter, I think we can use fml event loop instread of TCore, We do not necessarily need to use the EventLoop of the Tizen platform.

The advantage of importing FML event loop:

  1. FML event loop is based on C++, easier to use.
  2. EFL-related code can be deleted in advance.

The disadvantage is that FML-related code needs to be imported.

FML code path : https://github.com/flutter/flutter/tree/master/engine/src/flutter/fml

@JSUYA @seungsoo47 @gin7773 What do you think?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions