DEV Community

Discussion on: Awaitable/awaiter pattern and logical micro-threading in C#

Collapse
 
craigajohnson profile image
Craig Johnson

Fantastic post full of great ideas!

I wrote a GetEnumerator for Range just recently and now I apply it to all sorts of things in like if ((1..5).RandomElement() <= 3)

Love the TaskAwaiter on IEnumerable and IEnumerable - totally added that now and attributed to you.

Thread Thread
 
nikiforovall profile image
Oleksii Nikiforov

Love it! 💪