I want to collect a set of n different values from my app (for instance OS lang, locale,...) and keep them ready before a call that would consume them occurs.
I'm trying to use create_async method to collect the values and store it somewhere before the call that consume them.
Would you please suggest some ideas on this ?
Thanks !!