joinSel joins the selection stream with the the input stream.
joinSel joins the selection stream with the the input stream. Making sure the selection stream is synchronized with the input stream If the select stream payload is out of range for the port count it will stall forever.
regSel select uses haltWhen on the selection stream, thus making sure it is only consumed when data is selected.
regSel select uses haltWhen on the selection stream, thus making sure it is only consumed when data is selected. Caution: the other direction is not synchronized. (input valid without selection stream valid). See StreamDemux.joinSel for a fully synchronized version.
(Since version ) see corresponding Javadoc for more information.
Demultiplex one stream into multiple output streams, always selecting only one at a time.