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

[guide] managing async logic with choo #20

Open
6 tasks
yoshuawuyts opened this issue Jul 30, 2016 · 0 comments
Open
6 tasks

[guide] managing async logic with choo #20

yoshuawuyts opened this issue Jul 30, 2016 · 0 comments

Comments

@yoshuawuyts
Copy link
Member

yoshuawuyts commented Jul 30, 2016

This is the chapter overview to make people intimately familiar with choo's
async model. As parallel asynchronous programming is amongst one of the hardest
things to get right in programming, I think it's important to provide people
with a comprehensive guide. Feedback is very welcome! 🎉

Section overview

  • talk about why async is needed (the hamburger joint model)
  • base async patterns: parallel vs pipeline
  • go through choo's error handling model
  • go through choo's hooks system
  • bonus: talk about the missing pieces: backpressure cancellation
  • bonus: talk about pull-streams

Related issues

@yoshuawuyts yoshuawuyts changed the title [guide]: managing async logic with choo [guide] managing async logic with choo Jul 30, 2016
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

1 participant