Thanks <@U21LBQBU2>. I’m trying to read lines fro...
# coroutines
i
Thanks @bj0. I’m trying to read lines from a source (actually a file), process these lines using parallel threads to take advantage of multiple cores (this processing is the slow step), and then write the results to a single file. So it’s a “fan out” followed by a “fan in”, according to the language of the doc.