I am trying out Quart with Hypercorn in Python 3.8. From what I understand, Quart is typically used for single threaded applications. But I see that Hypercorn has a –workers option to run the app. How can a single threaded app benefit from using multiple workers? Answer Each worker is a separate process which means that there are multiple Quart