Enumerates all methods of passing data between stages.
Sink requests that the source fill sink's buffer with data.
Sink requests a read-only view on source's buffer.
Source requests that the sink accepts data in source's buffer.
Source requests a writable view on sink's buffer.
See Implementation
Enumerates all methods of passing data between stages.