padlet/async-math

Can we have a synchronous wrapper?

Closed this issue · 1 comments

There's some cases where I'd like to work with these functions synchronously, since my promise stack is seriously getting through the roof. I know I could just use async/await, but I'd have to rewrite that everywhere. So please offer a synchronous wrapper?

Maybe a second module, like async-math-sync, would come in handy.

Synchronous programming is against best practices. Closing this for now.