The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).