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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly Media,
[2019]
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.