This repository was archived by the owner on Oct 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
alt="Download" />
25
25
</a >
26
26
<!-- docs.rs docs -->
27
- <a href =" https://docs.rs /runtime " >
27
+ <a href =" https://rustasync.github.io /runtime/runtime/index.html " >
28
28
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
29
29
alt="docs.rs docs" />
30
30
</a >
31
31
</div >
32
32
33
33
<div align =" center " >
34
34
<h3 >
35
- <a href="https://docs.rs /runtime">
35
+ <a href="https://rustasync.github.io /runtime/runtime/index.html ">
36
36
API Docs
37
37
</a>
38
38
<span> | </span>
@@ -133,9 +133,9 @@ async fn main() {}
133
133
134
134
The following backing runtimes are available:
135
135
136
- - [ Runtime Native (default)] ( https://docs.rs /runtime-native ) provides
136
+ - [ Runtime Native (default)] ( https://crates.io/crates /runtime-native ) provides
137
137
a thread pool, bindings to the OS, and a concurrent scheduler.
138
- - [ Runtime Tokio] ( https://docs.rs /runtime-tokio ) provides a thread pool, bindings to the OS, and
138
+ - [ Runtime Tokio] ( https://crates.io/crates /runtime-tokio ) provides a thread pool, bindings to the OS, and
139
139
a work-stealing scheduler.
140
140
141
141
## Performance
You can’t perform that action at this time.
0 commit comments