each-stream-block ( ... stream quot: ( ... block -- ... ) -- ... ) (original) (raw)

each-stream-block ( ... stream quot: ( ... block -- ... ) -- ... )

Vocabulary
io

Inputs

stream an object
quot a quotation with stack effect ( ... block -- ... )

Outputs
None

Definition

IN: io

: each-stream-block
( ... stream quot: ( ... block -- ... ) -- ... )
default-block-size (each-stream-block) ; inline