Kriskras99 commented on issue #136: URL: https://github.com/apache/avro-rs/issues/136#issuecomment-3041815475
Reqwest is async by default, but has a `blocking` feature flag. It wraps the async types and spawns a Tokio thread to execute the async functions (https://github.com/seanmonstar/reqwest/blob/master/src/blocking/client.rs#L1234). Although reqwest uses Tokio, it might make sense to use smol to keep the impact on sync users small. -- 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: issues-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org