mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
reverted https://github.com/flutter/engine/pull/55939 due to postsubmit failures. It turns out the lifecycle is not exactly the same as the command pool. Instead, use a thread id map on the context to keep the right thread running and simplify shutdown. Leaving CI yaml edit for now to prove it works :) Fixes https://github.com/flutter/flutter/issues/157115