Point to tokio.rs

This commit is contained in:
Alex Crichton
2017-01-11 09:14:50 -08:00
parent f77fe7d3b5
commit 1985eae7f5
2 changed files with 9 additions and 38 deletions
+3
View File
@@ -34,6 +34,9 @@
//! or "would block", then the current future task is scheduled to receive a
//! notification when it would otherwise make progress.
//!
//! You can find more extensive documentation in terms of tutorials at
//! [https://tokio.rs](https://tokio.rs).
//!
//! # Examples
//!
//! A simple TCP echo server: