Improved Defer Fulfillment (#5127)

* improved defer fullfillment

* applied also for async streams

* fix xcodeproject

* better documentation

* restict deferFulfillment  only for Publisher which can never fail
This commit is contained in:
Mauro
2026-02-20 18:21:35 +01:00
committed by GitHub
parent 5e5fb19f42
commit fda19a0273
4 changed files with 149 additions and 117 deletions

View File

@@ -52,6 +52,7 @@ targets:
- path: ../../DevelopmentAssets
- path: ../../ElementX/Sources/Other/Extensions/Publisher.swift
- path: ../../ElementX/Sources/Other/Extensions/XCTestCase.swift
- path: ../../ElementX/Sources/Other/DeferredFulfillment.swift
- path: ../../ElementX/Sources/Other/InfoPlistReader.swift
- path: ../../Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit