Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit de5bab3

Browse files
committed
Update faq re async I/O
1 parent 5123cb2 commit de5bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en-US/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ For buffered reads, use the [`BufReader`][BufReader] struct, which helps to redu
879879
How do I do asynchronous input / output in Rust?
880880
</a></h3>
881881

882-
There are several libraries providing asynchronous input / output in Rust, including [mioco](https://github.com/dpc/mioco), [coio-rs](https://github.com/zonyitoo/coio-rs), and [rotor](https://github.com/tailhook/rotor).
882+
There are several libraries providing asynchronous input / output in Rust, including [mio](https://github.com/carllerche/mio), [tokio](https://github.com/tokio-rs/tokio-core), [mioco](https://github.com/dpc/mioco), [coio-rs](https://github.com/zonyitoo/coio-rs), and [rotor](https://github.com/tailhook/rotor).
883883

884884
<h3><a href="#how-do-i-get-command-line-arguments" name="how-do-i-get-command-line-arguments">
885885
How do I get command line arguments in Rust?

0 commit comments

Comments
 (0)