async-std
async-std copied to clipboard
Simplify Drop implementation for File
Do not try to spawn new tasks as this sometimes leads to deadlocks on 1-CPU machines, in particular VMs and old Android phones.
Fixes: #900