Handbook
Glossary
each-responder ( quot: ( ... responder -- ... ) -- )
Furnace framework
ยป
Miscellaneous Furnace features
Prev:
nested-responders ( -- seq )
Next:
resolve-base-path ( string -- string' )
Vocabulary
furnace
.
utilities
Inputs
quot
a
quotation
with stack effect
( ... responder -- ... )
Outputs
None
Word description
Applies the quotation to each responder involved in processing the current request.
Definition
USING:
kernel
sequences
;
IN:
furnace.utilities
:
each-responder
( quot: ( ... responder -- ... ) -- )
nested-responders
swap
each
;
inline