Creates an ASeq of items by iterating a projection function.
Number of items to iterate.
Function that receives the index and returns the item for that index, possibly asynchronously.
An ASeq of the generated items.
Creates an ASeq of items by iterating a projection function.