Closed Yomi0 closed 9 years ago
I also wanted to fix line 38, but I can't figure out what it is trying to convey.
'Once a file appeared all big things are done async, things like fetching stat´s, mimetypes and such things.'
'Once a file has appeared all the big things are done async, like fetching stat's, mimetypes and things like that.'
Hi, at first thx for the help :)
This sentences wants to explain what happens wants once a file "appears".
appears means here: It is found while iterating throuw the directory where it is located, or it was created while monitoring the directory.
fetching stat is not really done there anymore ... have to update it.
The mimetype of a file is something like the kind of file, all files with the same mimetype are having the same icon. Looking for this mimetype takes some time. this is why it is done asynchorne. In other words: this is done in a seperated thread.
Is it a bit more understandable ? :)
Yes, that's a bit more understandable.
'Once a file appears, big operations such as fetching stat's, mimetype and the like are done asynchronously. ' ?
I am ok with that :) you can leave the stat´s away.
I am ok with that :) you can leave the stat´s away.
You want me to remove the 'fetching stat's' part?
yep
Right, okay.
Okay, looks cool! :) ready for merge ?
Yep.
Fix README.md a little.