]> git.lizzy.rs Git - connect-rs.git/blobdiff - src/tcp/client.rs
remove `block_on` in tls-listener
[connect-rs.git] / src / tcp / client.rs
index a02f3796cf9c8f8a9ae9e539f2bb2d98e71a75db..d7f8ff8f6d9432f07158b6622ac0102fc694a5a5 100644 (file)
@@ -8,6 +8,9 @@ impl Connection {
     ///
     /// # Example
     ///
+    /// Please see the [tcp-client](https://github.com/sachanganesh/connect-rs/blob/main/examples/tcp-client/src/main.rs)
+    /// example program for a more thorough showcase.
+    ///
     /// Basic usage:
     ///
     /// ```ignore