Function 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
);

Parameters

NameDescription
c The iopipe to process

Returns

The number of elements processed.