Currently, when using asynchronous functions without callbacks the system gives a deprecation warning. Can it return a promise instead? That way it can be used in an async/await style.
Based on what I know this couldn't be done in Node because of all user's legacy codes.