When I wrote Boom a few years ago, to
replace Apache Bench (ab) in my work, Python was still maturing its async
mechanisms, and gevent was a popular way to build
an asynchronous HTTP client.
Fast forward 2020, asynchronous programming is now quite simple in Python and can
be done …