in reply to Eliminating Recursive Tree Walking by using MJD-style Infinite Streams?
I will be offline for a few days, if nobody else answers in the meantime I'll do it ;-)
If you just want to return some results from a sub and then continue running that sub, you can take a look at Coro, which allows you to do just that (or, to advertise my own modules, Perl6::GatherTake, which is just a nice wrapper around some Coro functions).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Eliminating Recursive Tree Walking by using MJD-style Infinite Streams?
by jryan (Vicar) on Jun 16, 2008 at 21:53 UTC | |
by Anonymous Monk on Jun 17, 2008 at 06:12 UTC | |
by moritz (Cardinal) on Jun 19, 2008 at 11:25 UTC |