Matan Lurey e3a562f6d3 [Impeller] Fix thread leak in ResourceManagerVK. (flutter/engine#45686)
Fixes https://github.com/flutter/flutter/issues/134482.

I wish I knew how to create the thread in `::Create()`, but given the
constructor is private I feel less bad about reverting part of
https://github.com/flutter/engine/pull/45474. Added a test that
consistently fails before this PR and passes after.

(Unblocks https://github.com/flutter/flutter/issues/133198)
2023-09-11 20:57:07 -07:00
..