Hello Erel
So far, threading can only be used in "Release" and not in "Debug"?
Because most of the code was still used in UI Thread because it is easy to debug.
Is there more examples of ExceptionEx in Threading?
Hello Erel
So far, threading can only be used in "Release" and not in "Debug"?
Because most of the code was still used in UI Thread because it is easy to debug.
Is there more examples of ExceptionEx in Threading?
You might want to read about "wait for" which is very useful when waiting for (Internet) operations to complete and return a value. It eliminates the need for threading and still gives you a responsive app.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.