Kriskras99 commented on PR #238: URL: https://github.com/apache/avro-rs/pull/238#issuecomment-3108884172
That looks a lot better than `maybe_async`. On the state machine front, I also found [this article](https://jeffmcbride.net/blog/2025/05/16/rust-async-functions-as-state-machines/) about using async functions to generate state machines which are usable from sync code. It's code is a bit messy because they seem to want to use it for embedded and thus don't want to use the heap. -- 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]
