Hi Alex,
Could you please explain the role of (cons) as the first parameter to
later? If I understand correctly, that does not seem to have a role in the
the final list return values from the child processes.
Regards,
Kashyap

On Sun, May 12, 2019 at 7:17 AM C K Kashyap <ckkash...@gmail.com> wrote:

> Yup ... that's the first edit I tried :)
> Regards,
> Kashyap
>
> On Sun, May 12, 2019 at 12:34 AM Alexander Burger <a...@software-lab.de>
> wrote:
>
>> On Sat, May 11, 2019 at 10:09:27PM +0200, Alexander Burger wrote:
>> >    (let Lst
>> >       (mapcan
>> >          '((File)
>> >             (later (cons)
>> >                (... download File ...)
>> >                T ) )
>> >           ...
>>
>> Note that instead of 'T' you may also return any non-NIL value, e.g. the
>> downloaded size, or a list with statistical values.
>>
>> ☺/ A!ex
>>
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>
>

Reply via email to