Top "Async-workflow" questions

Support in F# for performing computations asynchronously, that is, without blocking execution of other work.

Is there an async version of DirectoryInfo.GetFiles / Directory.GetDirectories in dotNet?

Is there an asynchronous version of DirectoryInfo.GetFiles / Directory.GetDirectories in dotNet? I'd like to use them in an F# …

.net f# asynchronous directoryinfo async-workflow