JohnSundell / JohnSundell/Files
Traversing folders seems to be a problem
Open
- Dominant language
- Swift
- Stars
- 2.6k
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
`let folders = Array(try Folder(path: "/xx/xx/").makeSubfolderSequence(recursive: true, includeHidden: false));`
This is the swift code, I'm not running in the main thread main, and when my files are less, it's no problem. But if I have more files (about 150), there will be a problem, and Xcode directly locate the error.
`CurrentChildIterator = childIteratorQueue.removeFirst()`
I can't understand what this is, and I hope to be able to get the solution.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.