You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Related issues
The text was updated successfully, but these errors were encountered: