InfinilOriginal post
Rank 6: Server
is it possible to make async cloud function with sdk or u still have to use smth like multithreading/asyncio coroutine
Summary
The user is wondering if it's possible to create an async cloud function using the SDK or if they need to use something like multithreading or asyncio coroutine. The answer is that the SDK and the function in question do not have async capabilities. However, the user mentions that the next version might support some asyncio.