This is more a "note to collective 'self'" question than one I expect the
answer to right now. (The answer I expect right now is a glib "it will")

How will the perl6 compiler cope with people creating threads inside
BEGIN blocks?

Whatever the docs say, people do it in Perl 5 as soon as someone C<Use>s the
module they wrote that starts a thread in its body code. Which as I
understand it isn't considered a completely "good thing" in Perl 5 land,
because of the state of the "state" that the thread clones.

Nicholas Clark

Reply via email to