File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 51
51
Unsure on how to do this, they do some searching and find the [ ` agnostik ` ] crate. They reject it
52
52
because this only supports N number of runtimes and their custom runtime is not one of them.
53
53
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
55
55
they have to implement the trait for all known runtimes (defeating the purpose of the exercise) or
56
56
force the user to use new types.
57
57
@@ -119,6 +119,7 @@ deep integration with the runtime.
119
119
[ htvsq ] : ../how_to_vision/status_quo.md
120
120
[ ahwas ] : https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_hates_writing_a_stream.html
121
121
[ 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
122
123
[ futures crate ] : https://crates.io/crates/futures
123
124
[ nalirwwar ] : https://rust-lang.github.io/wg-async-foundations/vision/status_quo/alan_picks_web_server.html#first-problem-incompatible-runtimes
124
125
[ `agnostik` ] : https://crates.io/crates/agnostik
You can’t perform that action at this time.
0 commit comments