seneca
seneca copied to clipboard
seneca can support async/await methods?
seneca can support async/await methods?
HI @arden promisify like http://senecajs.org/docs/tutorials/seneca-with-promises.html and since async/await supports promises/generators this should great work.
Now the year is 2017, I think the async/await api should be the first class members of seneca.
Things can go up from the very basic and nature part. For example, add
and act
. How about allowing add
receive async handler? how about returning a promise if act
did not receive a callback?
2019 already, could you pls help to support async/await officially?
Do you have plan to support async/await ??