提交 862e1602 编写于 作者: S Steve Klabnik
上级 80def6c2
...@@ -77,9 +77,8 @@ ...@@ -77,9 +77,8 @@
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html), //! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpsc/index.html),
//! which contains the channel types for message passing. //! which contains the channel types for message passing.
//! //!
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets, //! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets, and
//! timers, and process spawning, are defined in the //! process spawning, are defined in the [`io`](io/index.html) module.
//! [`old_io`](old_io/index.html) module.
//! //!
//! Rust's I/O and concurrency depends on a small runtime interface //! Rust's I/O and concurrency depends on a small runtime interface
//! that lives, along with its support code, in mod [`rt`](rt/index.html). //! that lives, along with its support code, in mod [`rt`](rt/index.html).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册