What is the Scala equivalent of F#\'s async workflows? For example, how would following F# snippet translate to idiomatic Scala?
I was under the impression that let! in f# was smart enough to excute sequences of assignments in parallell.
I\'m importing some XML to C#, and want to be able to access data from the XML in the form of what I think is a nested structure.(I may be wrong!)