Concurrency in C# cookbook : asynchronous, parallel, and multithreaded programming /
Concurrency is now more common in responsive and scalable application development, but it's still extremely difficult to code. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using...
Cote: | Libro Electrónico |
---|---|
Auteur principal: | |
Format: | Électronique eBook |
Langue: | Inglés |
Publié: |
Sebastopol, CA :
O'Reilly Media,
[2019]
|
Édition: | Second edition. |
Sujets: | |
Accès en ligne: | Texto completo (Requiere registro previo con correo institucional) |
Table des matières:
- 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.