Skip to content

Commit c9a5660

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vision/status_quo/barbara_writes_a_runtime_agnostic_lib.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ that.
5151
Unsure on how to do this, they do some searching and find the [`agnostik`] crate. They reject it
5252
because this only supports N number of runtimes and their custom runtime is not one of them.
5353
However it gives them the idea to provide a trait for specifying how to spawn tasks on the runtime.
54-
Barbara points out that this has disadvantage of working against orphan rules meaning that either
54+
Barbara points out that this has disadvantage of [working against orphan rules] meaning that either
5555
they have to implement the trait for all known runtimes (defeating the purpose of the exercise) or
5656
force the user to use new types.
5757

@@ -119,6 +119,7 @@ deep integration with the runtime.
119119
[htvsq]: ../how_to_vision/status_quo.md
120120
[ahwas]: https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_hates_writing_a_stream.html
121121
[bnah]: https://rust-lang.github.io/wg-async-foundations/vision/status_quo/barbara_needs_async_helpers.html
122+
[working against orphan rules]: https://github.com/rust-lang/wg-async-foundations/issues/180
122123
[futures crate]: https://crates.io/crates/futures
123124
[nalirwwar]: https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_picks_web_server.html#first-problem-incompatible-runtimes
124125
[`agnostik`]: https://crates.io/crates/agnostik

0 commit comments

Comments
 (0)