Join Slack
Powered by
I’m trying to use channels to read lines from a fi...
# coroutines
i
Ian
06/05/2018, 4:57 PM
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”.
Open in Slack
Previous
Next