[18:25:32] <GothAlice> bluezone: Why wouldn’t it be? Data retrieval from external networked sources suffers from the most extreme latency during I/O, spending most of the time literally doing nothing, waiting. It’s a perfect problem for async.
[18:26:37] <bluezone> I guess the example confused me
[18:26:48] <bluezone> It doesn't even say that a promise is returned lol
[18:32:37] <bluezone> GothAlice: collection.find().toArray(); is also returning a promise?