And if you really want a sequence: `buildSequence ...
# announcements
k
And if you really want a sequence:
buildSequence { yieldAll(heavySourceA()); yieldAll(heavySourceB()) }
👍 1