PreviousNext

Jeremy Bytes: How Does Task in C# Affect Performance?

by bill-s, 2017-12-17T05:57:27.000Z

When I talk about using Task (and await -- which is a wrapper around Task), often there's a question about performance. The concurrent nature of Task means that there is some overhead. We don't get these things for free.

Read More