Skip to content

Issues: tokio-rs/tokio

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Option unwrap() on None when using AsyncWriteExt A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-fs Module: tokio/fs
#6933 opened Oct 24, 2024 by msftsecurityteam
fs: add read_at/write_at/seek_read/seek_write for fs::File A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#6427 opened Mar 25, 2024 by SteveLauC Loading…
file: parameterize file position A-tokio Area: The main tokio crate M-fs Module: tokio/fs
#6381 opened Mar 6, 2024 by MarcusSorealheis Draft
tokio::fs::File::from_std() assumes current file position is zero A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-fs Module: tokio/fs
#6374 opened Mar 3, 2024 by allada
Add tokio version of std::fs::File::set_times A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-fs Module: tokio/fs S-blocked-on-msrv Status: need an MSRV bump to progress
#6368 opened Feb 27, 2024 by arpankapoor
fs: Data loss while retrying File::flush when disk is full A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-fs Module: tokio/fs
#6325 opened Feb 4, 2024 by Xuanwo
Add fs::Metadata API for setting file access/modified/creates timestamps A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-fs Module: tokio/fs
#5456 opened Feb 14, 2023 by poelzi
Use new Linux 5.12 openat2 with RESOLVE_CACHED flag A-tokio Area: The main tokio crate C-feature-request Category: A feature request. M-fs Module: tokio/fs
#3733 opened Apr 27, 2021 by wmanley
tokio::fs + async is 1-2 orders of magnitude slower than a blocking version A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-fs Module: tokio/fs
#3664 opened Mar 30, 2021 by artempyanykh
Document futures that cannot be canceled, because they use spawn_blocking A-tokio Area: The main tokio crate C-bug Category: This is a bug. M-fs Module: tokio/fs T-docs Topic: documentation
#3247 opened Dec 10, 2020 by k-stanislawek
Bad I/O overhead - related to Mutex in File? see #2930 A-tokio Area: The main tokio crate C-bug Category: This is a bug. E-help-wanted Call for participation: Help is requested to fix this issue. M-fs Module: tokio/fs
#2994 opened Oct 19, 2020 by stsydow
OS specific File APIs A-tokio Area: The main tokio crate C-feature-accepted Category: A feature request that has been accepted pending implementation. C-feature-request Category: A feature request. E-help-wanted Call for participation: Help is requested to fix this issue. E-medium Call for participation: Experience needed to fix: Medium / intermediate M-fs Module: tokio/fs
#2636 opened Jun 29, 2020 by nomad010
Feature request: read_at/write_at for tokio::fs::File A-tokio Area: The main tokio crate C-feature-accepted Category: A feature request that has been accepted pending implementation. C-feature-request Category: A feature request. M-fs Module: tokio/fs
#1529 opened Sep 3, 2019 by asomers
ProTip! no:milestone will show everything without a milestone.