Concurrency in C# cookbook asynchronous, parallel, and multithreaded programming
If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming tech...
Other Authors: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
Beijing :
O'Reilly
[2019]
|
Edition: | Second edition |
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630898906719 |
Table of Contents:
- Concurrency : an overview
- Async basics
- Asynchronous streams
- Parallel basics
- Dataflow basics
- System.Reactive basics
- Testing
- Interop
- Collections
- Cancellation
- Functional-friendly OOP
- Synchronization
- Scheduling
- Scenarios
- Legacy platform support
- Recognizing and interpreting asynchronous patterns.