How to make multiple simultaneous request to python quart, and process request simultaneously
I want to create api in python, so I choose quart framework, and I manager to create api, but I want to process multiple request at same time, currently when I make 2 simultaneous request they process in series mean when first request finish then second request start,