Use advanced patterns in core.async
core.async is very powerful, but sometimes it can be hard to know exactly how to use it. Knowing the individual pieces is not enough. You've got to master the pieces, but then you've got to be thinking in terms of broader patterns. This course presents some powerful patterns, and hopefully points the way to using core.async in a more holistic way. I really like how little code it takes to build powerful concurrency patterns in core.async.
In fact, core.async has changed my code tremendously. It is great for mastering:
- complex timing, like timeouts, rate limiting, and starting multiple things at the same time
- preventing too much work from overloading your server
- and dealing with values that change over time
core.async Patterns
Want this course?
Love it or leave it guarantee
If you don't learn as much from this course as you thought, just ask for a refund within 30 days and I'll give you your money back.
Video time: 50m02s