We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6559d commit e84f971Copy full SHA for e84f971
src/client.rs
@@ -64,7 +64,7 @@ impl Client {
64
/// A multiplexed connection can be cloned, allowing requests to be be sent concurrently
65
/// on the same underlying connection (tcp/unix socket).
66
///
67
- /// This requires the `tokio-executor` feature as it uses the default tokio executor.
+ /// This requires the `tokio-rt-core` feature as it uses the default tokio executor.
68
#[cfg(feature = "tokio-rt-core")]
69
#[cfg_attr(docsrs, doc(cfg(feature = "tokio-rt-core")))]
70
pub async fn get_multiplexed_tokio_connection(
0 commit comments