mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Both the raster and IO threads can flush the ops queue. The reactor must ensure that execution of queued ops is serialized. Fixes https://github.com/flutter/flutter/issues/135524