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

Add fs::symlink function #308

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

daniel-levin
Copy link
Contributor

@daniel-levin daniel-levin commented Jul 17, 2024

Hello there! I am a happy user of tokio and I am quite excited about what io_uring can bring to the space.

This change adds the symlink function to tokio-uring, with the identical signature and documentation as in tokio itself. I added one unit test. I'm merrily doing blocking I/O inside the async block in the unit test, which I think should be fine because it's just a test.

@evanrittenhouse
Copy link

This LGTM (cc @Noah-Kennedy)

@Noah-Kennedy Noah-Kennedy merged commit 7761222 into tokio-rs:master Aug 2, 2024
7 of 8 checks passed
@Noah-Kennedy
Copy link
Contributor

@daniel-levin I've merged your change regardless of CI, as those failures are unrelated to this change and need to be fixed independently of this.

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 this pull request may close these issues.

3 participants