作 者:(美)克利里(Stephen Cleary) 著 著作
定 价:42
出 版 社:东南大学出版社
出版日期:2015年02月01日
页 数:190
装 帧:平装
ISBN:9787564153847
●Preface
●1.Concurrency: An Overview
●1.1.Introduction to Concurrency
●1.2.Introduction to Asynchronous Programming
●1.3.Introduction to Parallel Programming
●1.4.Introduction to Reactive Programming (Rx)
●1.5.Introduction to Dataflows
●1.6.Introduction to ltithreaded Programming
●1.7.Collections for Concurrent Applications
●1.8.Modern Design
●1.9.Summary of Key Technologies
●2.Async Basics
●2.1.Pausing for a Period of Time
●2.2.Returning Completed Tasks
●2.3.Reporting Progress
●2.4.Waiting for a Set of Tasks to Complete
●2.5.Waiting for Any Task to Complete
●2.6.Processing Tasks as They Complete
●2.7.Avoiding Context for Continuations
●2.8.Handling Exceptions from async Task Methods
●部分目录
内容简介
Stephen Cleary利用75个丰富实例解释了并行处理同步处理技术,书中使用了.NET 4.5和C# 5.0语言特性。作者Stephen Cleary拥有广泛的编程经验,涉及领域从ARM到Azure。他致力于开源软件开发,从Boost C++库开始,已经发布了多个自己的库和应用。