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 b2938f7 commit a2cb6dfCopy full SHA for a2cb6df
rocketmq-remoting/src/clients/async_client.rs
@@ -17,9 +17,6 @@
17
18
/// Connection with broker or nameserver
19
pub struct AsyncClient {
20
- /// The asynchronous `Client`.
21
- //inner: crate::clients::Client,
22
-
23
///Create a separate thread pool to handle clients.
24
rt: tokio::runtime::Runtime,
25
}
rocketmq-remoting/src/clients/blocking_client.rs
@@ -16,9 +16,6 @@
16
*/
pub struct BlockingClient {
- // inner: crate::clients::Client,
/// A `current_thread` runtime for executing operations on the asynchronous
/// client in a blocking manner.
0 commit comments