> > Yes, that is much much nicer! It feel familiar to go: > > go file_get_contents($file[$i]) > > And yes, I realize that would be a fun error in go, but you get the gist. > > — Rob >
Yes, that's the point that we don't bother client code with any of the async stuff 🙂 If we want to create "async space" for functions to have switching on IO, only then do we call them like this, and the await'em all with awaitAll 🙂. >