I’m trying to use channels to read lines from a fi...
# coroutines
i
I’m trying to use channels to read lines from a file, process these lines using several threads (since this processing step is slow), and then write the result to a single file - so it’s a “fan out” followed by a “fan in”.