Paste: Previous example using 'locals' (exposes a limitation of locals)

Author: dharmatech
Mode: factor
Date: Wed, 19 Nov 2008 17:11:08
Plain Text |
{ "find" "/etc" } <process-stdout-stderr-reader>

[| PROCESS STDOUT STDERR |
    
  { [ PROCESS wait-for-process ] [ STDOUT contents ] [ STDERR contents ] }

] call

[ call ] parallel-map

New Annotation

Summary:
Author:
Mode:
Body: