Ich habe das Beispiel in der Dokumentation der Anforderungsbibliothek für Python ausprobiert .
Mit async.map(rs)
erhalte ich die Antwortcodes, möchte aber den Inhalt jeder angeforderten Seite abrufen. Dies funktioniert beispielsweise nicht:
out = async.map(rs)
print out[0].content
requests-threads
es jetzt existiert.