Are regular iterator blocks (i.e. \"yield return\") incompatible with \"async\" and \"await\"? This gives a good idea of what I\'m trying to do:
Lets say I have a List that has 10 Tasks that each call a rest API.I\'d like to run the tasks in a method that returns an IAsyncEnumerable that yie开发者_运维百科lds as each call is returned.I don\'t