David
David
Quick and dirty: ``` import User from 'User'; var a = new User(); var b = new User(); var c = [a, b]; c.forEach(u => u.save()) ``` Is it good...
> ``` > { > await a = requestA > await b = requestB > > a.body + b.body > } > ``` > > The compiler has all the...
I still thinking sequence/parallel are two great tools and shouldn't remove. Sorry to bother you. It's a big language and I hope it grow
Is it ready?