Skip to content

general: Use promisified versions of async functions

Christopher Davis requested to merge wip/cdavis/promisify into master

JS's async/await syntax provides a nicer way for us to use asynchronous functions without needing to use cumbersome callbacks.

Merge request reports