mirror of https://github.com/sunface/rust-course
commit
3ecde633e2
@ -1 +0,0 @@
|
|||||||
# 定海神针-tokio包
|
|
After Width: | Height: | Size: 53 KiB |
@ -1 +1,3 @@
|
|||||||
# 集成测试
|
# 集成测试
|
||||||
|
|
||||||
|
https://www.reddit.com/r/rust/comments/s9zs5c/how_do_you_debug_a_rust_library_after_compilation/
|
@ -0,0 +1,6 @@
|
|||||||
|
# Tokio使用指南
|
||||||
|
在上一个章节中,我们提到了 Rust 异步编程的限制,其中之一就是你必须引入社区提供的异步运行时,其中最有名的就是 `tokio`。
|
||||||
|
|
||||||
|
在本章中,我们一起来看看 `tokio` 到底有什么优势,以及该如何使用它。
|
||||||
|
|
||||||
|
> 本章在内容上大量借鉴和翻译了tokio官方文档[Tokio Tutorial](https://tokio.rs/tokio/tutorial), 但是重新组织了内容形式并融入了很多自己的见解和感悟,给大家提供更好的可读性和知识扩展性
|
@ -0,0 +1,3 @@
|
|||||||
|
## 性能
|
||||||
|
|
||||||
|
https://www.reddit.com/r/rust/comments/lg0a7b/benchmarking_tokio_tasks_and_goroutines/
|
@ -0,0 +1 @@
|
|||||||
|
https://www.reddit.com/r/rust/comments/s9yugv/compile_rust_to_wasm_and_import_as_typescript/
|
Loading…
Reference in new issue