Implementing a Concurrent Pipeline with Effect and Concurrency
I'm really struggling to get a simple pipeline in place... Given the following:
I'd like to simply get the rows, then process all of the rows with a concurrency of N.
I'd like to simply get the rows, then process all of the rows with a concurrency of N.
