Hello,
Does anyone know if Threads::Queue::Any is safe to use, Currently I am using Threads::Queue and queuing a stiring with '|' delimited and spliting string after dequeing it.
Or can anyone think of better way to do this? I still would like to used Threads::Queue though.
#Master thread $str="abc|def|xyz"; enqueue($str) #a thread code dequeue($str) ($a,$b,$c)= split($str);
In reply to Is this module safe to use -> Threads::Queue::Any by mr_p
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |