This project pre-dates async and await being native language features. Now that they are, it would be welcome if the API supported promises as an alternative to callbacks.
A more radical change would be to replace the callback API with a promise API and drop the callback support.
This project pre-dates
asyncandawaitbeing native language features. Now that they are, it would be welcome if the API supported promises as an alternative to callbacks.A more radical change would be to replace the callback API with a promise API and drop the callback support.