cloudserver icon indicating copy to clipboard operation
cloudserver copied to clipboard

Rework asynchronous code to async/await

Open vitalif opened this issue 1 year ago • 0 comments

Hi! As I currently see a lot of asynchronous code in CloudServer is callback based, sometimes slightly simplified by using async.waterfall. I think it would be really cool to rework it async/await, given that it's supported natively since (afaik) node 8.x. What do you think about it?

vitalif avatar Feb 09 '25 22:02 vitalif