in reply to Re^2: Thread local variables in Thread::Pool::Simple
in thread Thread local variables in Thread::Pool::Simple
References quick reference# uncomment for mock test # sub pool::init { [ sub { warn 'hello' } ] }; # $pool = bless {}, 'pool'; $pool->init->[0]->();
|
|---|