Fluent Parallel Tasks in C#by@devNull
3,430 reads

Fluent Parallel Tasks in C#

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Performance is often one of the key focus points when building enterprise software. Many systems that we build rely heavily on communications with other systems. When these external communications become slow, then our software becomes slow. We can optimize the way that we communicate with those services in order to ensure maximum performance. The Task Parallel Library (aka TPL) provides a number of APIs that allow you to execute your code in parallel. Using the TPL can get complicated when working with a large number of tasks that return different types.

Companies Mentioned

Mention Thumbnail
Mention Thumbnail
featured image - Fluent Parallel Tasks in C#
Taylor Collins HackerNoon profile picture

@devNull

Taylor Collins

Receive Stories from @devNull

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!