<@U0BRK9HC5> Thanks for the comments, I guess I c...
# squarelibraries
d
@gildor Thanks for the comments, I guess I could wrap the reads in
produce
on a custom thread pool like you said. I'm currently using your extension function for
await
of the request. I'm not to clear on how to implement the parts, should I make multiple requests with a Range header concurrently, if so, what is reasonable amount. Also, would source reads and sink writes benefit from concurrency and using coroutine channels?