process

Process a given iopipe chain until it has reached EOF. This is accomplished by extending and releasing continuously until extend returns 0.

size_t
process
(
Chain
)
(
auto ref Chain c
)

Return Value

Type: size_t

The number of elements processed.

Meta