Skip to content

Project demonstrates task chaining with the use async Tasks.

Notifications You must be signed in to change notification settings

Tomasz789/TaskChainingAsync

Repository files navigation

TaskChaining - async/await case

Simple application that demonstrates how the task chaining works.
There are none methods from TPL library used. The app is based on asynchronous Tasks and async/await keywords approach. App runs four consecutive tasks:

Task 1: Creates an array containing 10 integer elements.
Task 2: Returns previous array but its elements are multiplied by randomly generated number.
Task 3: Sorts the array in ascending order.
Task 4: Finds an average value of items of the array.

Photo

About

Project demonstrates task chaining with the use async Tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages