By now, you’ve probably read the posts about what “asynchronous” means and how to use a value set by asynchronous code. If you haven’t, please read them now!
So you understand why you can’t use a value set by asynchronous code. Well, that means you can’t return a value from asynchronous code either!
Continue reading