Guillaume Rousse > FusionInventory-Agent-Task-Network-1.0.2 > FusionInventory::Agent::Threads

Download:
FusionInventory-Agent-Task-Network-1.0.2.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Source  

NAME ^

FusionInventory::Agent::Threads - Backported threads::shared functions

DESCRIPTION ^

This module contains backported threads::shared functions for perl 5.8 compatibility.

FUNCTIONS ^

shared_clone($variable)

"shared_clone" takes a reference, and returns a shared version of its argument, performing a deep copy on any non-shared elements. Any shared elements in the argument are used as is (i.e., they are not cloned).

syntax highlighting: