File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,8 @@ that there isn't one. Barbara brings up tokio's and the [futures crate]'s versio
32
32
Barbara decides not to talk about ` AsyncBufRead ` for now.
33
33
34
34
Barbara and Alan decide to use the future's ` AsyncRead ` for no other reason other than it is
35
- runtime-agnostic. Barbara tells Alan not to worry as they can translate between the two. With some
36
- effort (** TODO:** maybe link a story about ` Pin ` ? which one?) they convert their parser to using
37
- ` AsyncRead ` .
35
+ runtime-agnostic. Barbara tells Alan not to worry as they can translate between the two. With
36
+ [ some] ( ahwas ) [ effort] ( bnah ) they convert their parser to using ` AsyncRead ` .
38
37
39
38
Alan, excited about the progress they've made, starts working on hooking this up to actual TCP
40
39
streams. Alan looks at async-std and tokio and notices their interfaces for TCP are quite different.
@@ -118,6 +117,8 @@ deep integration with the runtime.
118
117
[ status quo stories ] : ./status_quo.md
119
118
[ Barbara ] : ../characters/barbara.md
120
119
[ htvsq ] : ../how_to_vision/status_quo.md
120
+ [ ahwas ] : https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_hates_writing_a_stream.html
121
+ [ bnah ] : https://rust-lang.github.io/wg-async-foundations/vision/status_quo/barbara_needs_async_helpers.html
121
122
[ futures crate ] : https://crates.io/crates/futures
122
123
[ nalirwwar ] : https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_picks_web_server.html#first-problem-incompatible-runtimes
123
124
[ `agnostik` ] : https://crates.io/crates/agnostik
You can’t perform that action at this time.
0 commit comments