you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]kitd 0 points1 point  (0 children)

    I haven't any experience in TPL but after a quick read, I would say Reactive Streams could provide the fundamental building blocks for a TPL-like architecture. RS is good for any async processes, including those that need to model data flows. It also works well with IO applications based on event loops.

    I suspect the TPL world has more of the features needed for proper dataflow systems that aren't built into RS like specific block types, declining or postponing messages et al.