Subscribe to access all episodes. View plans →

#49: Concurrency with Task.async_stream

Published May 21, 2018

In this episode we’ll pick up where we left off in episode #48. We’ll take our existing program that reads data from a CSV and makes an API call with the data and make some optimizations to it. We’ll make it a Stream throughout the program. And to speed up our program, we’ll use Task.async_stream to make our API calls run concurrently.

© 2024 HEXMONSTER LLC