Hi all, I am developing a Android library with one...
# android
n
Hi all, I am developing a Android library with one API exposed to encrypt a file. It returns the Flow. On the client app I have a list of files for which I need to encrypt. Can you please let me know how to chain all the calls for the list of files to be encrypted and run in parallel and get all the encrypted content once so that I can do the further processing.
⏸️ 1
K 1
😶 4
c
Ask in #coroutines
n
Thanks , I just now posted it there