in reply to Re^3: How do I queue perl subroutines to a thread queue instead of data?
in thread How do I queue perl subroutines to a thread queue instead of data?
Understood - awesome, ty!! So I would want my threads->create() calls outside / just before the while loop in #main so they get created, but then inside the loop, based on when it's time to run, I queue them up! (right?) Tiny light bulb flickering on....