TPL Dataflow by Example: Dataflow and Reactive Programming in .Net
Matt Carkci
- 出版商: CreateSpace Independ
- 出版日期: 2014-04-08
- 售價: $870
- 貴賓價: 9.5 折 $827
- 語言: 英文
- 頁數: 60
- 裝訂: Paperback
- ISBN: 1499149352
- ISBN-13: 9781499149357
-
相關分類:
.NET
海外代購書籍(需單獨結帳)
相關主題
商品描述
The TPL Dataflow Library allows you to design asynchronous Actor and Dataflow based applications. While similar to Microsoft's Reactive Extensions, it goes far beyond what is offered by Rx with a more generalized abstraction to build all types of stream based applications. It does not force you to use IObservable and LINQ, data is simply a stream.
Messages transmit data from one block to another over links. Blocks handle the details of multithreading and execute anytime they receive data. All you have to think about is programming the blocks to do what you want. Focus on the problem domain not asynchronous details.
Downloadable code examples are used throughout the book to explain the library with a hands-on approach (http://DataflowBook.com).
商品描述(中文翻譯)
TPL Dataflow 函式庫允許您設計非同步的 Actor 和 Dataflow 基礎應用程式。雖然與微軟的 Reactive Extensions 相似,但它提供了比 Rx 更廣泛的抽象,能夠構建各種類型的基於流的應用程式。它不強迫您使用 IObservable 和 LINQ,數據僅僅是一個流。
消息通過連結將數據從一個區塊傳輸到另一個區塊。區塊處理多執行緒的細節,並在接收到數據時隨時執行。您只需專注於編程區塊以實現您的需求。專注於問題領域,而不是非同步的細節。
本書中使用可下載的代碼範例,以實作的方式解釋該函式庫 (http://DataflowBook.com)。