Concurrency in C# Cookbook Quotes

Rate this book
Clear rating
Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming by Stephen Cleary
306 ratings, 4.12 average rating, 28 reviews
Concurrency in C# Cookbook Quotes Showing 1-1 of 1
“When the first task completes, consider whether to cancel the remaining tasks. If the other tasks are not canceled but are also never awaited, then they are abandoned. Abandoned tasks will run to completion, and their results will be ignored. Any exceptions from those abandoned tasks will also be ignored.”
Stephen Cleary, Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming