rust-libp2p icon indicating copy to clipboard operation
rust-libp2p copied to clipboard

feat(libp2p-swarm-test): Support `tokio`

Open ark0f opened this issue 1 year ago • 2 comments

Description

Notes & open questions

Change checklist

  • [x] I have performed a self-review of my own code
  • [x] I have made corresponding changes to the documentation
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] A changelog entry has been made in the appropriate crates

ark0f avatar Jul 09 '24 21:07 ark0f

I agree with @jxs, IMO async-std should be replaced by tokio.

guillaumemichel avatar Aug 27 '24 07:08 guillaumemichel

I do agree with the idea of replacing async-std with tokio as well. Maybe start with the tests and following #4449 we can move on to preferring tokio in other parts of rust-libp2p.

dariusc93 avatar Aug 27 '24 08:08 dariusc93

Done by #5551

ark0f avatar May 17 '25 16:05 ark0f