blackbeam / mysql_async

Asyncronous Rust Mysql driver based on Tokio.
Apache License 2.0
372 stars 113 forks source link

Re-implement get_conn as a plain async fn #285

Open espindola opened 6 months ago

espindola commented 6 months ago

Avoiding the manual implementation of Future makes this code quite a bit simpler IMHO.