Feeding an Effect Queue with an Async Generator
Using async generator to feed a Queue
Hello, my purpose is to feed an Effect Queue using an async generator. So, actually, I can read the content line-by-line of a gzip file :
But how to use this function to effectively feed line-by-line an Effect Queue ?
Hello, my purpose is to feed an Effect Queue using an async generator. So, actually, I can read the content line-by-line of a gzip file :
But how to use this function to effectively feed line-by-line an Effect Queue ?
