Support in F# for performing computations asynchronously, that is, without blocking execution of other work.
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