javascript - Parse, make promise sync -


their way make parse.promise work sync? know can use chain of promises must make promises receive function work sync.

or way wait promise finish join threads.

it doesn't appear so.

the nature of promises work asynchronously, that's why they're useful. can't think of situation replacing promises synchronous code beneficial, why isn't option. have read of parse's promise documentation bit more info on this.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

ios - Segue not passing data between ViewControllers -

visual studio code - What does the isShellCommand property actually do and how should you use it? -