Drop support for async-std?
#4286
Replies: 3 comments 3 replies
-
|
Can I take from this that the recommendation is to use |
Beta Was this translation helpful? Give feedback.
-
|
As we spoke in the community call, agree with the decision Thomas |
Beta Was this translation helpful? Give feedback.
-
|
I've opened #4449 as one action item from this discussion. At a later point, we can decide whether we want to actually drop support for it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to discuss the idea of dropping support for
async-std.Benefits:
Disadvantages:
async-stdneed to start a separate tokio runtime to uselibp2ptokiois a much more actively maintained library.async-stdhas not had a release in over a year and even the previous ones were rather minor: https://github.com/async-rs/async-std/releasesI'd suggest that we still have a
tokiofeature flag (this is important for WASM compilation). Thus, I believe there would be no footguns around running on the wrong executor.Due to the modular nature of things, support for
async-stdcould also be maintained out-of-tree if someone is interested.Beta Was this translation helpful? Give feedback.
All reactions