Theodoros KarropoulosforTheodoros Karropoulosthkarropoulos.hashnode.net·Dec 31, 2022Cancellation Tokens in C#Cancellation tokens in C# are used to signal that a task or operation should be cancelled. They allow for the cooperative cancellation of a task or operation, rather than aborting it forcibly. To use cancellation tokens, you will need to use the Syst...Discuss·1 like·135 readscshar
Theodoros KarropoulosforTheodoros Karropoulosthkarropoulos.hashnode.net·Jan 2, 2023Understanding Task.WhenAll in C#The Task.WhenAll method in C# allows you to create a task that is completed when a group of other tasks have finished executing. This can be useful when you want to wait for multiple tasks to complete before moving on to other parts of your code. To ...Discuss·1 like·170 readsC#
Denis Githuku Mwangifordenisgithuku.hashnode.net·Mar 27, 2023"Effortlessly Manage Concurrency with Kotlin Coroutines: A Step-by-Step Tutorial"Coroutines. Hmm. What are they? Coroutines are lightweight threads built and running on top of underlying JVM threads. Coroutines can be thought of as simple threads without much memory footprint. Surprisingly coroutines can switch threads and suspen...DiscussThreading
Denis Githuku Mwangifordenisgithuku.hashnode.net·Mar 27, 2023"Effortlessly Manage Concurrency with Kotlin Coroutines: A Step-by-Step Tutorial"Coroutines. Hmm. What are they? Coroutines are lightweight threads built and running on top of underlying JVM threads. Coroutines can be thought of as simple threads without much memory footprint. Surprisingly coroutines can switch threads and suspen...DiscussThreading
Theodoros KarropoulosforTheodoros Karropoulosthkarropoulos.hashnode.net·Jan 2, 2023Understanding Task.WhenAll in C#The Task.WhenAll method in C# allows you to create a task that is completed when a group of other tasks have finished executing. This can be useful when you want to wait for multiple tasks to complete before moving on to other parts of your code. To ...Discuss·1 like·170 readsC#
Theodoros KarropoulosforTheodoros Karropoulosthkarropoulos.hashnode.net·Dec 31, 2022Cancellation Tokens in C#Cancellation tokens in C# are used to signal that a task or operation should be cancelled. They allow for the cooperative cancellation of a task or operation, rather than aborting it forcibly. To use cancellation tokens, you will need to use the Syst...Discuss·1 like·135 readscshar