mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
f64f64eee4
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.