#Build a Directory Tree Asynchronously
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
Basically what the title says, I just need to build a directory tree asynchronously, including files, directories, and just simple metadata on them such as file size and timestamps. I have done this without async Io, but would like to learn how to build a tree with async Io.
prolly gonna try to do this on my own a lil more until i give up
I imagine within a directory you would just use async calls for each sub item
probably have a group for the entire tree, and ensure args are concurrent safe.