Tee Pipe
(require (planet haiwei/tee-pipe:1:=0/tee-pipe)) |
procedure
(tee-pipe in handler ...) → list?
in : input-port? handler : (-> input-port? any)
Returns a list of handler results.
Examples: | |||||||||||||||||||||||
|
(require (planet haiwei/tee-pipe:1:=0/tee-pipe)) |
procedure
(tee-pipe in handler ...) → list?
in : input-port? handler : (-> input-port? any)
Examples: | |||||||||||||||||||||||
|