Await multiple tasks while enforcing TaskSource cancellation.

await ts.WhenAll(
    LoadModel(),
    LoadTextures(),
    LoadSounds()
);