mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Rather than use a separate thread for every CopyToPipe job, we no use a thread pool. It's not clear from the trace whether this is much faster, but it makes the trace look much prettier. R=rafaelw@chromium.org Review URL: https://codereview.chromium.org/1010433009