You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/vision/submitted_stories/status_quo.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Rust strives to be a language that brings together performance, productivity, an
36
36
37
37
<details><summary>Making hard choices from a complex ecosystem from the start</summary>
38
38
39
-
The problems begin from the very first moment a user starts to try out async Rust. The async Rust support in Rust itself is very basic, consisting only of the core Future mechanism. Everything else -- including the basic async runtimes themselves -- lives in user space. This means that users must make a number of choices rom the very beginning:
39
+
The problems begin from the very first moment a user starts to try out async Rust. The async Rust support in Rust itself is very basic, consisting only of the core Future mechanism. Everything else -- including the basic async runtimes themselves -- lives in user space. This means that users must make a number of choices from the very beginning:
40
40
41
41
* what runtime to use
42
42
*[Barbara makes their first foray into async](status_quo/barbara_makes_their_first_steps_into_async.md)
0 commit comments