For example, if you want to develop an nginx module to process API, each API call process needs to interact with another back-end API server (not an HTTP server) several times, and the subsequent behavior will be determined based on the results of the interaction, so what? Is there an elegant asynchronous way to handle this situation?