Skip to content
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

Closed
timonkrebs opened this issue Feb 2, 2025 · 4 comments
Closed

References #1

timonkrebs opened this issue Feb 2, 2025 · 4 comments

Comments

@timonkrebs
Copy link
Owner

timonkrebs commented Feb 2, 2025

dotnet/roslyn#5445

dotnet/csharplang#74

https://github.com/TomyDurazno/PipeExtensions/tree/master?tab=readme-ov-file

@timonkrebs
Copy link
Owner Author

timonkrebs commented Feb 2, 2025

Checkout
Use [MethodImpl( MethodImplOptions.AggressiveInlining )]

@timonkrebs
Copy link
Owner Author

timonkrebs commented Feb 2, 2025

dotnet/csharplang#96 (comment)
=> also helps with using the same variable multiple times. If useful

3455.I(age => age / 365)
    .I(age => age > 18)
    .I(x => ...)

@timonkrebs
Copy link
Owner Author

timonkrebs commented Feb 2, 2025

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant