Synchronous IAsyncEnumerable iterator method #4952
Unanswered
verdie-g
asked this question in
Language Ideas
Replies: 1 comment 5 replies
-
@jcouv ? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
When trying to write a synchronous iterator method returning an IAsyncEnumerable
a warning is raised
and an error is raised by removing the
async
keywordOne could say use
IEnumerable
but I'm implementing an interface here.Is there any blocker to allow non-async iterator methods? For example:
Beta Was this translation helpful? Give feedback.
All reactions