-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
References #1
Comments
Checkout |
dotnet/csharplang#96 (comment) 3455.I(age => age / 365)
.I(age => age > 18)
.I(x => ...) |
Handle multiple Tasks with only single user facing await. Force awaiting of tasks. await task.I(value => Async(value))
.I(v => ...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dotnet/roslyn#5445
dotnet/csharplang#74
https://github.com/TomyDurazno/PipeExtensions/tree/master?tab=readme-ov-file
The text was updated successfully, but these errors were encountered: