Which languages do have such a thing?
Rust does this, if you don’t call await on them. You can then await on the join of both.
I suppose Haskell does, as `(+) <$> f1 <*> f2`.
Rust does this, if you don’t call await on them. You can then await on the join of both.