Skip to content

Add support for AsyncDrop #1

Open
@sunsided

Description

@sunsided

Since the file IO is tokio::fs based we'd like to be able to call tokio::fs::remove_file to delete the file rather than relying on std::fs::remove_file. In current Rust, drop is purely synchronous, which prevents us from calling this method.

See Async drop - async fn fundamentals initiative.

Metadata

Metadata

Assignees

Labels

blockedThe issue has an unresolved dependencyenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions