link_many
Description:
public void link_many (...)
Synthetic sugar for linking a chain of nodes with "output"->"input".
The list is NULL terminated.
Parameters:
| this |
the producer of data. |
| ... |
NULL, or optionally more consumers followed by NULL. |
| first_sink |
the first consumer of data. |