Skip to content

Commit 232b601

Browse files
committed
fixup! status quo: Barbara writes a runtime-agnostic library
1 parent 009474a commit 232b601

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/vision/status_quo/barbara_writes_a_runtime_agnostic_lib.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ that there isn't one. Barbara brings up tokio's and the [futures crate]'s versio
3232
Barbara decides not to talk about `AsyncBufRead` for now.
3333

3434
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`.
3837

3938
Alan, excited about the progress they've made, starts working on hooking this up to actual TCP
4039
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.
118117
[status quo stories]: ./status_quo.md
119118
[Barbara]: ../characters/barbara.md
120119
[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
121122
[futures crate]: https://crates.io/crates/futures
122123
[nalirwwar]: https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_picks_web_server.html#first-problem-incompatible-runtimes
123124
[`agnostik`]: https://crates.io/crates/agnostik

0 commit comments

Comments
 (0)