martin-g commented on PR #246: URL: https://github.com/apache/avro-rs/pull/246#issuecomment-3191439840
Not sure whether it is bad or not but I needed to replace in several places usage of iterator combinators with `for/while` loops because I needed to call an async method in their closures. IMO this way it is simpler/clearer than dealing with `futures::join_all!()`. Now the code is the same for both async and sync versions and SyncA removes the `.await`s for the sync version. -- 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]
