And yet another cool project: fetching multiple URLs at once

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Dec 16 07:54:09 PST 2015


Right now we can nicely stream an URL as an input range. A great 
extension would be to fetch several URLs at once. When accessing r.front 
for that range, the user gets a pair of URL and data chunk.

Of course the point is to make all these fetches work simultaneously. 
Inside, the range would e.g. use asynchronous curl.


Andrei


More information about the Digitalmars-d mailing list