mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Add a multithreaded echo server example
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
//! An "hello world" echo server with tokio-core
|
||||
//! A "hello world" echo server with tokio-core
|
||||
//!
|
||||
//! This server will create a TCP listener, accept connections in a loop, and
|
||||
//! simply write back everything that's read off of each TCP connection. Each
|
||||
|
||||
Reference in New Issue
Block a user