mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.
Flutter Application Runner
Implements the component::ApplicationRunner FIDL interface to launch and run mutliple Flutter applications within the same process.