abbr / deasync

Turns async function into sync via JavaScript wrapper of Node event loop
MIT License
971 stars 73 forks source link

Add await function #141

Open aminya opened 3 years ago

aminya commented 3 years ago

This adds a await function that uses loopWhile underneath.

Closes #90

aminya commented 3 years ago

Could you check this out? @abbr

aminya commented 3 years ago

@abbr Can you review this?