Jonathan 'theJPster' Pallant
Jonathan 'theJPster' Pallant
I have a solution for this that is working well for me in practice, as I implement drivers for random peripherals one at a time and I don't have an...
It might also be good to move the example import renames to another PR to keep this one cleaner so we can see precisely only that which is affected by...
> I presume bad things would happen if those aren't closed manually? Yes, leaking a file handle means you can't reopen it, and handles are a finite resource. Plus certain...
Can you rebase? #177 might make this smaller.
Is it possible to give the async version a blocking drop? Better than doing nothing.
Is there no no_std block_on! ? Can't you just spin polling the Future?
But it's probably better than a corrupt file system, and any correct program will close them asynchronously before dropping. What do other async File APIs do?
You'll need to handle dropping Directories too.
Ah! Yes you're right.
Ok, I need to find time to test this!