![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^3: How to create a two dimensional queue in Perlby james2vegas (Chaplain) |
on Aug 04, 2013 at 09:38 UTC ( #1047780=note: print w/replies, xml ) | Need Help?? |
Sounds like you want to just use Thread::Queue objects inside a Thread::Queue, dequeue from the parent, then work on the child. A potential problem with this is that you can't modify the child queue in place (except by peeking) and would potentially have to keep a reference to it separate from the parent queue. Alternatively you could use an actual state machine implementation from CPAN.
In Section
Seekers of Perl Wisdom
|
|