Table of Contents

API Reference

Welcome to the ComposableDataflowBlocks API documentation.

This page serves as the entry point to all public types in the library.
You can browse the individual blocks and related classes using the links below.

Bounded DataflowBlocks

This functionality allows putting an bounded capacity on any DataflowBlock, including composed blocks. Also, it allows dynamically resizing the bounded capacity at runtime.

DataflowBlocks for flow control

Run dataflow blocks in parallel.

Send messages in order of priority.

Resizable blocks

Utility Blocks