All Products
Search
Document Center

Function Compute (2.0):How can I prevent my client from waiting for functions to return results?

Last Updated:Jul 12, 2023

You can use asynchronous invocations. An asynchronous invocation adds your request to the backend queue and immediately returns the result to the client without waiting for processing. The Function Compute backend concurrently processes requests in the queue. For more information about asynchronous invocations in various SDKs, see: