Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor file-sharing example to use tokio instead of async-std #5180

Closed
bklaing2 opened this issue Feb 24, 2024 · 0 comments · Fixed by #5191
Closed

Refactor file-sharing example to use tokio instead of async-std #5180

bklaing2 opened this issue Feb 24, 2024 · 0 comments · Fixed by #5191

Comments

@bklaing2
Copy link
Contributor

bklaing2 commented Feb 24, 2024

Description

The file-sharing example currently uses async-std, but would prefer to use tokio. I'd be happy to open a PR with this change

Motivation

This issue: #4449

Current Implementation

async-std is used instead of tokio

Are you planning to do it yourself in a pull request ?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant