#Build a Directory Tree Asynchronously

1 messages · Page 1 of 1 (latest)

buoyant cairn
#

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.

buoyant cairn
#

prolly gonna try to do this on my own a lil more until i give up

forest pollen
#

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.

buoyant cairn
#

im just gonna make it async