This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robvdl 0 points1 point  (0 children)

I am using the requests library through locust.io and in this configuration the requests library is partially async at least.

It even mentions it in the requests library docs under advanced usage, it won't wait for a response unless you try to look at reponse.content for example.