There is a function in the application on Python that makes four get-requests, then assigns their answers to variables and then processes these variables. This happens synchronously. Is it possible to run these four requests to be processed simultaneously asynchronously, and then put the function on "pause" until all of them return the result? Those. to actually write synchronously asynchronous code.
Application on the Tornado framework