Async function MyFunction()

What the difference between putting async in-front of the function name or not using it.

For a brief explanation of what the async is for, see https://www.adobe.io/photoshop/uxp/guides/how-to/#how-to-use-promises-and-asyncawait

1 Like