-
Is there a version of I need to perform I/O to S3 and all the interfaces are async so support for this would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
zaeleus
Oct 23, 2023
Replies: 1 comment
-
Reader builders in noodles are mainly a convenience around opening local files. In the case of using an async stream, I'm not sure a builder would be useful here, as building from a reader simply calls the reader constructor ( |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
holtgrewe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reader builders in noodles are mainly a convenience around opening local files. In the case of using an async stream, I'm not sure a builder would be useful here, as building from a reader simply calls the reader constructor (
AsyncReader::new
).