reactivemarbles / ObservableEvents

MIT License
122 stars 10 forks source link

Enable asyncronous event observables to be generated #141

Closed nilsauf closed 2 years ago

nilsauf commented 2 years ago

This PR enables the generation of observables from asyncronous events. This is done by enabling the analyzer to return events with the returnType of "Task" and "ValueTask" and enabling the generators to generate appropriate handlers using "Task.CompletedTask" and default(ValueTask)" as return tasks.

glennawatson commented 2 years ago

Thanks

github-actions[bot] commented 2 years ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.