flutter_flutter/content_handler
Chinmay Garde 5b5d920746
Use interface handles for transferring ownership of channels across threads. (#5107)
* Scenic is used on the GPU thread and is owned by the session connection held by the rasterizer.
* The view container is used to initialize the mozart bindings on the UI thread.
* Accessibility bridge is used on the platform thread.
2018-04-26 18:40:53 -07:00
..

Flutter Application Runner

Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.