Miscellaneuos

General

Duplicate a pipe

duplicate[S, D](pipe: DataPipe[S, D])
  • Type: DataPipe[(S, S), (D, D)]
  • Result: Takes a base pipe and creates a parallel pipe by duplicating it.

Comments