tokio-rs / tokio-uring

An io_uring backed runtime for Rust
MIT License
1.11k stars 117 forks source link

refactor: refact the `recurse_create_dir_all` #304

Open Lzzzzzt opened 3 months ago

Lzzzzzt commented 3 months ago

refact this function without using BoxedFuture.

Just use a Vec as Stack to simulate the recursive process