flutter_flutter/content_handler
Chinmay Garde f64f64eee4
Tear down the shell before terminating message loops on host threads. (#5207)
Shell teardown is synchronous. The shell was attempting to destroy components on a quitting message loop. The message loop implementation was executing such tasks on the calling thread which the shell does not consider thread safe.
2018-05-08 13:10:23 -07:00
..

Flutter Application Runner

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