Jason Simmons 8307dd2bfb [Impeller] Guard execution of ReactorGLES operations with a mutex (flutter/engine#47068)
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
2023-10-18 15:15:16 -07:00
..