2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-20 22:11:28 +00:00
async-std/src/fs
Stjepan Glavina 3dd59d7056
Refactor the task module (#421)
* Refactor the task module

* Fix clippy warning

* Simplify task-local entries

* Reduce the amount of future wrapping

* Cleanup

* Simplify stealing
2019-11-01 02:45:33 +01:00
..
canonicalize.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
copy.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
create_dir.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
create_dir_all.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
dir_builder.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
dir_entry.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
file.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
file_type.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
hard_link.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
metadata.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
mod.rs cargo fmt 2019-09-14 09:15:51 +02:00
open_options.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
permissions.rs Cleanup: replace cfg-if with our macros (#361) 2019-10-17 19:17:49 +02:00
read.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
read_dir.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
read_link.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
read_to_string.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
remove_dir.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
remove_dir_all.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
remove_file.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
rename.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
set_permissions.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
symlink_metadata.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00
write.rs Refactor the task module (#421) 2019-11-01 02:45:33 +01:00