sekwah41 / spq

Simple Promise Queue
MIT License
0 stars 0 forks source link

Look at add support for promise like stuff e.g. _awaiter #73

Open sekwah41 opened 1 year ago

sekwah41 commented 1 year ago

Possibly could be done by checking if the .then and .catch are implemented. If so just run it via async as that seems to call the functions.