Go to the first, previous, next, last section, table of contents.


unpull

Function: unpull { value stream -> }
file: job.t
package: muf
status: tentative

The unpull function reverses the effect of a pull operation, adding value to stream. This is like push, but operating on the opposite end of the stream.

See section pull. See section unpush. See section Class Stream.


Go to the first, previous, next, last section, table of contents.