mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
DrainDataPipeInBackground posts a callback to DrainJob::Start, which constructs a DataPipeDrainer. The DataPipeDrainer's constructor may call OnDataComplete. If this happens, it is unsafe to delete the DrainJob while the callback is still running.