Implement a threading to prevent UI block on a bug in an async function
- by Marcx
I think I ran up againt a bug in an async function...
Precisely the getDirectoryListingAsync() of the File class...
This method is supposted to return an object containing the lists of files in a specified folder.
I found that calling this method on a direcory with a lot of files (in my tests more than 20k files), after few seconds there is a…