Kriskras99 commented on PR #238: URL: https://github.com/apache/avro-rs/pull/238#issuecomment-3119876675
I've added the async implementation. `ObjectContainerFileReader` should really be a thin wrapper around an `ObjectContainerFileStateMachine` as a lot of logic is shared between the sync and async versions of `next_object`. So the iterator/stream implementation are a more accurate view of how it would look to share the core. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
