sfackler / r2d2

A generic connection pool for Rust
Apache License 2.0
1.49k stars 80 forks source link

Can be used in the future such as tokio, async_std? #117

Closed zhuxiujia closed 3 years ago

zhuxiujia commented 3 years ago

Can be used in the future such as tokio, async_std?

Does using r2d2 pool will block the runtime?

sfackler commented 3 years ago

The pool provides a blocking interface, yes. There are other crates providing nonblocking interfaces.