Method

Enumerates all methods of passing data between stages.

Values

ValueMeaning
pull0

Sink requests that the source fill sink's buffer with data.

peek1

Sink requests a read-only view on source's buffer.

push2

Source requests that the sink accepts data in source's buffer.

alloc3

Source requests a writable view on sink's buffer.

Meta