提交 3ece6570 编写于 作者: 克雷

Update arc.rs

上级 c7dd3c4d
......@@ -37,7 +37,7 @@
//!
//! let five = Arc::new(5i);
//!
//! for i in range(0u, 10) {
//! for _ in range(0u, 10) {
//! let five = five.clone();
//!
//! Thread::spawn(move || {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册