I am not looking to have it run synchronously, I'm looking to have it run in a non-blocking manner a

I am not looking to have it run synchronously, I'm looking to have it run in a non-blocking manner as a side effect after the return statement. Since it's returning a promise either way, shouldn't it get executed regardless as long as the process keeps running like any other promise?
Was this page helpful?