Would be nice have it so we could resolve/reject and return a promise the same way we do in node.js with (resolve, reject) => syntax.
I created something similar to what you created a while back: https://www.npmjs.com/package/napi_thread_safe_promise
Maybe we could collaborate on this project or on my repo (https://github.com/SurienDG/NAPI-Thread-Safe-Promise) to make a more comprehensive clean utility since we both have designed things with similar functionality?