How to understand Operation Threading?

ref : Operation Threading

or to execute it on the calling thread (note that the API is still async).

How to understand "still async" ,and the two diff between settings?

tks

I think you should ignore this method. It's totally unused in the code and super confusing. The javadocs say:

Controls if the operation will be executed on a separate thread when executed locally.

We don't use this anymore and I will remove the reference from the docs. sorry for the confusion.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.