Hacker News new | ask | show | jobs
by manjalyc 960 days ago
Does C# allow you to convert a sequential stream into a parallel stream, or do streams have to be parallelized when initiated? Genuinely asking, I do not know C#
1 comments

That's literally what AsParallel() does.