| 325 | } |
| 326 | |
| 327 | void AssetsManager::schedulePerformUpdates() { |
| 328 | _mainThreadManager.dispatch(nullptr, [self = strongSmallRef(this)]() { self->performUpdates(self->lock()); }); |
| 329 | } |
| 330 | |
| 331 | void AssetsManager::scheduleAssetUpdate(AssetsManagerTransaction& transaction, const AssetKey& assetKey) { |
| 332 | if constexpr (kEnableAssetsLogs) { |
nothing calls this directly
no test coverage detected