| Interface | Description |
|---|---|
| FList | Represents a list implemented as a Functional Queue. |
| Class | Description |
|---|---|
| DataflowStream | Represents a deterministic dataflow channel. |
| DataflowStreamReadAdapter | Adapts a DataflowStream to accommodate for the DataflowReadChannel interface. |
| DataflowStreamWriteAdapter | Adapts a DataflowStream to accommodate for the DataflowWriteChannel interface. |
| FListIterator | |
| StreamCore | Represents a common base for publish-subscribe deterministic channels. |
| SyncDataflowStream | Represents a synchronous deterministic dataflow channel. |