mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Currently we run some tasks on the UI thread that shouldn't block the frame, such as decoding images. This patch introduces a background thread on which we can run these tasks.