Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans for async/await compatibility #30

Open
m4nuC opened this issue Dec 19, 2015 · 2 comments
Open

Plans for async/await compatibility #30

m4nuC opened this issue Dec 19, 2015 · 2 comments

Comments

@m4nuC
Copy link

m4nuC commented Dec 19, 2015

async-csp would pretty much be a drop in replacement for the chan module which as far as I can tell doesn't seem compatible with async/await. I've ran a few tests and async-csp works great so far. Would a PR make sense ?

@m4nuC
Copy link
Author

m4nuC commented Jan 11, 2016

For now I've ended up not using channels at all. Instead I made a small "very inspired" promised based wrapper around busboy: async-busboy It plays nicely with koa 2. I am planning on using channeling too tho for when validation on fields is not required.

@m4nuC m4nuC closed this as completed Jan 11, 2016
@haoxins
Copy link
Member

haoxins commented Jan 11, 2016

@m4nuC Nice work!
I don't have time to take a look at async-csp for now.
And it will be ideal if we can make chan compatible with async/await also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants